From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from eddie.linux-mips.org ([148.251.95.138] helo=cvs.linux-mips.org) by metis.ext.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1i0glC-0004dg-6g for ptxdist@pengutronix.de; Thu, 22 Aug 2019 08:39:51 +0200 Received: (from localhost user: 'ladis' uid#1021 fake: STDIN (ladis@eddie.linux-mips.org)) by eddie.linux-mips.org id S23990423AbfHVGjsiGWJx (ORCPT ); Thu, 22 Aug 2019 08:39:48 +0200 Date: Thu, 22 Aug 2019 08:39:44 +0200 From: Ladislav Michl Message-ID: <20190822063944.GA19073@lenoch> References: <20190819074751.GA6640@lenoch> <20190822053641.a6mizi2bzht6ksjz@pengutronix.de> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20190822053641.a6mizi2bzht6ksjz@pengutronix.de> Subject: Re: [ptxdist] [PATCH] upower: version bump 0.99.7 -> 0.99.10 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 On Thu, Aug 22, 2019 at 07:36:41AM +0200, Michael Olbrich wrote: > On Mon, Aug 19, 2019 at 09:47:51AM +0200, Ladislav Michl wrote: > > No tarballs at https://upower.freedesktop.org/releases/ anymore; see this > > thread: > > https://lists.freedesktop.org/archives/devkit-devel/2018-June/001827.html > > --- > > rules/upower.make | 4 ++-- > > 1 file changed, 2 insertions(+), 2 deletions(-) > > > > diff --git a/rules/upower.make b/rules/upower.make > > index a69000c50..1ba8d9569 100644 > > --- a/rules/upower.make > > +++ b/rules/upower.make > > @@ -14,11 +14,11 @@ PACKAGES-$(PTXCONF_UPOWER) += upower > > # > > # Paths and names > > # > > -UPOWER_VERSION := 0.99.7 > > +UPOWER_VERSION := 0.99.10 > > UPOWER_MD5 := 236bb439d9ff1151450b3d8582399532 > > New version without new md5? This seems wrong.\ It is, indeed. I was trying to figure out md5 of that hex part of url automagically, but turned out url cannot be "guessed". Then I failed to properly drop that change. Apologies... --- 8< --- From: Ladislav Michl Subject: [PATCH v2] upower: version bump 0.99.7 -> 0.99.10 No tarballs at https://upower.freedesktop.org/releases/ anymore; see: https://lists.freedesktop.org/archives/devkit-devel/2018-June/001827.html Signed-off-by: Ladislav Michl --- Changes: -v2: fix md5, add signed-off rules/upower.make | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/rules/upower.make b/rules/upower.make index a69000c50..b1c51d22c 100644 --- a/rules/upower.make +++ b/rules/upower.make @@ -14,11 +14,11 @@ PACKAGES-$(PTXCONF_UPOWER) += upower # # Paths and names # -UPOWER_VERSION := 0.99.7 -UPOWER_MD5 := 236bb439d9ff1151450b3d8582399532 +UPOWER_VERSION := 0.99.10 +UPOWER_MD5 := ac6b6bee31110fd8478a8e881c40fba6 UPOWER := upower-$(UPOWER_VERSION) UPOWER_SUFFIX := tar.xz -UPOWER_URL := https://upower.freedesktop.org/releases/$(UPOWER).$(UPOWER_SUFFIX) +UPOWER_URL := https://gitlab.freedesktop.org/upower/upower/uploads/c438511024b9bc5a904f8775cfc8e4c4/$(UPOWER).$(UPOWER_SUFFIX) UPOWER_SOURCE := $(SRCDIR)/$(UPOWER).$(UPOWER_SUFFIX) UPOWER_DIR := $(BUILDDIR)/$(UPOWER) UPOWER_LICENSE := GPL-2.0-or-later -- 2.23.0.rc1 _______________________________________________ ptxdist mailing list ptxdist@pengutronix.de