diff --git a/bzip2.be0 b/bzip2.be0 index 5eab0b5d6..429a3a17f 100755 --- a/bzip2.be0 +++ b/bzip2.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION bzip2-1.0.6-4 +# BEE_VERSION bzip2-1.0.7-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]="http://www.bzip.org/${PKGVERSION}/bzip2-${PKGVERSION}.tar.gz" +SRCURL[0]="https://sourceware.org/pub/bzip2/bzip2-${PKGVERSION}.tar.gz" ############################################################################### ## Add URLs/pathes to patch files to the PATCHURL array. @@ -76,7 +76,7 @@ mee_install() { ln -sv libbz2.so.1.0 ${D}${LIBDIR}/libbz2.so - ln -sv libbz2.so.1.0.6 ${D}${LIBDIR}/libbz2.so.1 + ln -sv libbz2.so.1.0 ${D}${LIBDIR}/libbz2.so.1 rm -v ${D}${BINDIR}/{bunzip2,bzcat}