From 11c1e0a901e3654e203df212f91bff92ac7e9d1f Mon Sep 17 00:00:00 2001 From: Donald Buczek Date: Fri, 28 Oct 2022 11:46:15 +0200 Subject: [PATCH] mxq: Update version from 0.30.7 to 0.30.8 Update version. Add "/refs/tags" to the github url, because we have a branch with the same name. --- mxq.be0 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.