From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Tue, 14 May 2024 22:43:10 +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 1s6yzO-00EmOz-0u for lore@lore.pengutronix.de; Tue, 14 May 2024 22:43:10 +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 1s6yzN-0006BO-Tb; Tue, 14 May 2024 22:43:09 +0200 Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.whiteo.stw.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1s6yzG-0006Ae-2o for ptxdist@pengutronix.de; Tue, 14 May 2024 22:43:02 +0200 Received: from [2a0a:edc0:0:1101:1d::28] (helo=dude02.red.stw.pengutronix.de) by drehscheibe.grey.stw.pengutronix.de with esmtp (Exim 4.94.2) (envelope-from ) id 1s6ysM-001PpX-3A for ptxdist@pengutronix.de; Tue, 14 May 2024 22:35:54 +0200 From: Lucas Stach To: ptxdist@pengutronix.de Date: Tue, 14 May 2024 22:35:50 +0200 Message-Id: <20240514203552.1297323-19-l.stach@pengutronix.de> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20240514203552.1297323-1-l.stach@pengutronix.de> References: <20240514203552.1297323-1-l.stach@pengutronix.de> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [ptxdist] [PATCH 18/20] nvmetcli: version bump 0.7 -> 0.8 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 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 Bump to latest tagged release. Switch to git URL, as there is no alternative location to FTP available. Signed-off-by: Lucas Stach --- rules/nvmetcli.make | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/rules/nvmetcli.make b/rules/nvmetcli.make index b9e30a673e98..6d8169fb1673 100644 --- a/rules/nvmetcli.make +++ b/rules/nvmetcli.make @@ -14,11 +14,11 @@ PACKAGES-$(PTXCONF_NVMETCLI) += nvmetcli # # Paths and names # -NVMETCLI_VERSION := 0.7 -NVMETCLI_MD5 := eed70ef32d327c814345178dd35d088b +NVMETCLI_VERSION := 0.8 +NVMETCLI_MD5 := acc0b236485f1a08ce9a70113abe55cc NVMETCLI := nvmetcli-$(NVMETCLI_VERSION) NVMETCLI_SUFFIX := tar.gz -NVMETCLI_URL := ftp://ftp.infradead.org/pub/nvmetcli/$(NVMETCLI).$(NVMETCLI_SUFFIX) +NVMETCLI_URL := git://git.infradead.org/users/hch/nvmetcli.git;tag=v$(NVMETCLI_VERSION) NVMETCLI_SOURCE := $(SRCDIR)/$(NVMETCLI).$(NVMETCLI_SUFFIX) NVMETCLI_DIR := $(BUILDDIR)/$(NVMETCLI) NVMETCLI_LICENSE := Apache-2.0 -- 2.39.2