diff --git a/mxq.be0 b/mxq.be0 index d5ef4b207..15bc5be34 100755 --- a/mxq.be0 +++ b/mxq.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION mxq-0.30.7-0 +# BEE_VERSION mxq-0.30.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://github.molgen.mpg.de/mariux64/mxq/archive/${PKGVERSION}.tar.gz" +SRCURL[0]="https://github.molgen.mpg.de/mariux64/mxq/archive/refs/tags/${PKGVERSION}.tar.gz" ############################################################################### ## Add URLs/pathes to patch files to the PATCHURL array.