From a672931a5e3490debabb24c184d10c7fe2db5dd6 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Mon, 14 Sep 2020 10:31:55 +0200 Subject: [PATCH 1/2] upower: Update version from 0.9.16 to 0.99.11 https://gitlab.freedesktop.org/upower/upower/-/blob/master/NEWS --- upower.be0 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/upower.be0 b/upower.be0 index 4d1d658a3..75bfa06af 100755 --- a/upower.be0 +++ b/upower.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION upower-0.9.16-2 +# BEE_VERSION upower-0.99.11-0 ## this file was created by bee init and should be executed to build a ## bee-package. (Additional hints are located at the end of this file.) @@ -15,7 +15,7 @@ SRCURL[0]="https://upower.freedesktop.org/releases/upower-${PKGVERSION}.tar.xz" ## Add URLs/pathes to patch files to the PATCHURL array. ## The sources will be patched in the order of the array. -PATCHURL+=(https://bugs.freedesktop.org/attachment.cgi?id=138815) +# PATCHURL+=() ############################################################################### ## Add filename patterns to the EXCLUDE array of files that should not From d8c05bfb816c389010444612c0f99b9b87b38a63 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Mon, 28 Sep 2020 11:28:18 +0200 Subject: [PATCH 2/2] upower: Download source from MD5 checksummed beehive.molgen.mpg.de --- upower.be0 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/upower.be0 b/upower.be0 index 75bfa06af..1a499f832 100755 --- a/upower.be0 +++ b/upower.be0 @@ -9,7 +9,8 @@ ## The source URL(s) define the location of the sources that will be ## downloaded. Version variables may be used to simplify reuse of this bee-file. -SRCURL[0]="https://upower.freedesktop.org/releases/upower-${PKGVERSION}.tar.xz" +#SRCURL[0]="https://upower.freedesktop.org/releases/upower-${PKGVERSION}.tar.xz" +SRCURL[0]="https://beehive.molgen.mpg.de/abe6acb617f11f2e8dbd9846fcf86e24/upower-${PKGVERSION}.tar.xz" ############################################################################### ## Add URLs/pathes to patch files to the PATCHURL array.