From ebe915c2df3d50d13cc004ba8b46390dcb9672c6 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Fri, 16 Feb 2018 16:41:54 +0100 Subject: [PATCH] udisks: Update version from 2.1.8 to 2.7.6 https://github.com/storaged-project/udisks/blob/7246165b8913e01fe547a551c617acbe27d91a24/NEWS#L17 --- udisks.be0 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/udisks.be0 b/udisks.be0 index 2489f0758..3845e24d0 100755 --- a/udisks.be0 +++ b/udisks.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION udisks-2.1.8-0 +# BEE_VERSION udisks-2.7.6-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.) @@ -9,7 +9,7 @@ ## 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://udisks.freedesktop.org/releases/udisks-${PKGVERSION}.tar.bz2" +SRCURL[0]="https://github.com/storaged-project/udisks/releases/download/udisks-${PKGVERSION}/udisks-${PKGVERSION}.tar.bz2" ############################################################################### ## Add URLs/pathes to patch files to the PATCHURL array.