diff --git a/libepoxy.be0 b/libepoxy.be0 index 35a4f144f..1ab29c22f 100755 --- a/libepoxy.be0 +++ b/libepoxy.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION libepoxy-1.3.1-0 +# BEE_VERSION libepoxy-1.5.3-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://github.com/anholt/libepoxy/releases/download/v${PKGVERSION}/libepoxy-${PKGVERSION}.tar.bz2" +SRCURL[0]="https://github.com/anholt/libepoxy/releases/download/${PKGVERSION}/libepoxy-${PKGVERSION}.tar.xz" ############################################################################### ## Add URLs/pathes to patch files to the PATCHURL array.