From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Tue, 22 Oct 2024 10:11:04 +0200 Received: from metis.whiteo.stw.pengutronix.de ([2a0a:edc0:2:b01:1d::104]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1t39yq-007OAW-0U for lore@lore.pengutronix.de; Tue, 22 Oct 2024 10:11:04 +0200 Received: from localhost ([127.0.0.1] helo=metis.whiteo.stw.pengutronix.de) by metis.whiteo.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1t39yp-0000lT-SB; Tue, 22 Oct 2024 10:11:03 +0200 Received: from dude05.red.stw.pengutronix.de ([2a0a:edc0:0:1101:1d::54]) by metis.whiteo.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1t39yZ-0000kq-6P; Tue, 22 Oct 2024 10:10:47 +0200 From: Philipp Zabel To: ptxdist@pengutronix.de Date: Tue, 22 Oct 2024 10:10:46 +0200 Message-Id: <20241022081046.2993962-1-p.zabel@pengutronix.de> X-Mailer: git-send-email 2.39.5 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [ptxdist] [PATCH] weston: version bump 14.0.0 -> 14.0.1 X-BeenThere: ptxdist@pengutronix.de X-Mailman-Version: 2.1.29 Precedence: list List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Cc: Philipp Zabel Sender: "ptxdist" X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: ptxdist-bounces@pengutronix.de X-SA-Exim-Scanned: No (on metis.whiteo.stw.pengutronix.de); SAEximRunCond expanded to false https://lists.freedesktop.org/archives/wayland-devel/2024-October/043858.html Signed-off-by: Philipp Zabel --- rules/weston.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/weston.make b/rules/weston.make index 9466f94fd1e4..d1308f9b158b 100644 --- a/rules/weston.make +++ b/rules/weston.make @@ -15,9 +15,9 @@ PACKAGES-$(PTXCONF_WESTON) += weston # # Paths and names # -WESTON_VERSION := 14.0.0 +WESTON_VERSION := 14.0.1 LIBWESTON_MAJOR := 14 -WESTON_MD5 := 21b8a54e29d45b0b93d898e900c2954f +WESTON_MD5 := d07a8f4dfb7cb81035052928ba1a8c71 WESTON := weston-$(WESTON_VERSION) WESTON_SUFFIX := tar.gz WESTON_URL := https://gitlab.freedesktop.org/wayland/weston/-/archive/$(WESTON_VERSION)/$(WESTON).$(WESTON_SUFFIX) -- 2.39.5