From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Wed, 08 Mar 2023 09:59:39 +0100 Received: from metis.ext.pengutronix.de ([2001:67c:670:201:290:27ff:fe1d:cc33]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1pZpe6-00DIHc-Rw for lore@lore.pengutronix.de; Wed, 08 Mar 2023 09:59:39 +0100 Received: from localhost ([127.0.0.1] helo=metis.ext.pengutronix.de) by metis.ext.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1pZpe6-0002oI-Vy; Wed, 08 Mar 2023 09:59:38 +0100 Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.ext.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1pZpdc-0002ny-0R; Wed, 08 Mar 2023 09:59:08 +0100 Received: from [2a0a:edc0:0:1101:1d::ac] (helo=dude04.red.stw.pengutronix.de) by drehscheibe.grey.stw.pengutronix.de with esmtp (Exim 4.94.2) (envelope-from ) id 1pZpdb-002fum-Bu; Wed, 08 Mar 2023 09:59:07 +0100 Received: from ejo by dude04.red.stw.pengutronix.de with local (Exim 4.94.2) (envelope-from ) id 1pZpda-00Ebyh-Oe; Wed, 08 Mar 2023 09:59:06 +0100 From: Enrico Jorns To: ptxdist@pengutronix.de Date: Wed, 8 Mar 2023 09:58:58 +0100 Message-Id: <20230308085858.3482511-1-ejo@pengutronix.de> X-Mailer: git-send-email 2.30.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [ptxdist] [PATCH] rauc: version bump 1.8 -> 1.9 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: ejo@pengutronix.de, jlu@pengutronix.de 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.ext.pengutronix.de); SAEximRunCond expanded to false RAUC switched to meson as the main build system but kept autotools for this release to ease migration. Since the meson-generated artifact does not have a 'configure' file, a separate autools release tarball was created that is used here. Signed-off-by: Enrico Jorns --- rules/rauc.make | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/rules/rauc.make b/rules/rauc.make index cac186a64..0502fd370 100644 --- a/rules/rauc.make +++ b/rules/rauc.make @@ -14,11 +14,11 @@ PACKAGES-$(PTXCONF_RAUC) += rauc # # Paths and names # -RAUC_VERSION := 1.8 -RAUC_MD5 := acd0e788d804bda6645a2506c1068789 +RAUC_VERSION := 1.9 +RAUC_MD5 := 5b6ca0032185828f8f22d9a416319c3a RAUC := rauc-$(RAUC_VERSION) RAUC_SUFFIX := tar.xz -RAUC_URL := https://github.com/rauc/rauc/releases/download/v$(RAUC_VERSION)/$(RAUC).$(RAUC_SUFFIX) +RAUC_URL := https://github.com/rauc/rauc/releases/download/v$(RAUC_VERSION)/$(RAUC)-autotools.$(RAUC_SUFFIX) RAUC_SOURCE := $(SRCDIR)/$(RAUC).$(RAUC_SUFFIX) RAUC_DIR := $(BUILDDIR)/$(RAUC) RAUC_LICENSE := LGPL-2.1-only -- 2.30.2