From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: From: Robert Schwebel Date: Sun, 26 Jul 2020 16:24:34 +0200 Message-Id: <20200726142436.3113607-11-r.schwebel@pengutronix.de> In-Reply-To: <20200726142436.3113607-1-r.schwebel@pengutronix.de> References: <20200726142436.3113607-1-r.schwebel@pengutronix.de> MIME-Version: 1.0 Subject: [ptxdist] [PATCH 11/13] pciutils: version bump 3.6.2 -> 3.7.0 List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ptxdist-bounces@pengutronix.de Sender: "ptxdist" To: ptxdist@pengutronix.de Cc: Robert Schwebel The license refers to an url which has changed from http to https. Signed-off-by: Robert Schwebel --- rules/pciutils.make | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/rules/pciutils.make b/rules/pciutils.make index 10e782859..6f472e63d 100644 --- a/rules/pciutils.make +++ b/rules/pciutils.make @@ -15,8 +15,8 @@ PACKAGES-$(PTXCONF_PCIUTILS) += pciutils # # Paths and names # -PCIUTILS_VERSION := 3.6.2 -PCIUTILS_MD5 := 77963796d1be4f451b83e6da28ba4f82 +PCIUTILS_VERSION := 3.7.0 +PCIUTILS_MD5 := e6e20482b4f25c5186e6a753c5edc361 PCIUTILS := pciutils-$(PCIUTILS_VERSION) PCIUTILS_SUFFIX := tar.xz PCIUTILS_URL := $(call ptx/mirror, KERNEL, ../software/utils/pciutils/$(PCIUTILS).$(PCIUTILS_SUFFIX)) @@ -24,7 +24,7 @@ PCIUTILS_SOURCE := $(SRCDIR)/$(PCIUTILS).$(PCIUTILS_SUFFIX) PCIUTILS_DIR := $(BUILDDIR)/$(PCIUTILS) PCIUTILS_LICENSE := GPL-2.0-or-later PCIUTILS_LICENSE_FILES := \ - file://README;startline=4;endline=8;md5=e6d1f5496a9acbc746789a7b925d02e1 + file://README;startline=4;endline=8;md5=2ae7724797a960932b288272eed49a30 # ---------------------------------------------------------------------------- # Prepare -- 2.27.0 _______________________________________________ ptxdist mailing list ptxdist@pengutronix.de To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de