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.