From 3b55c66a8f21e116991c5f8971aceb6cb2c99f90 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Sat, 17 Feb 2018 18:59:46 +0100 Subject: [PATCH] udisks: Update version from 1.0.2 to 2.1.8 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Version 2.1.8, used in [Beyond Linux From Scratch 8.0][1], is the last version, that doesn’t require the newer storaged dependencies. This could be changed later on. Note, the user space tools changed. `udiskctl` is the new tool. [1]: http://www.linuxfromscratch.org/blfs/view/8.0/general/udisks2.html --- udisks.be0 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/udisks.be0 b/udisks.be0 index 801ce5582..2489f0758 100755 --- a/udisks.be0 +++ b/udisks.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION udisks-1.0.2-0 +# BEE_VERSION udisks-2.1.8-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://hal.freedesktop.org/releases/udisks-${PKGVERSION}.tar.gz" +SRCURL[0]="https://udisks.freedesktop.org/releases/udisks-${PKGVERSION}.tar.bz2" ############################################################################### ## Add URLs/pathes to patch files to the PATCHURL array.