From eb6490ed8431a4fb9c1c1f0dc2331fb5254b651f Mon Sep 17 00:00:00 2001 From: Donald Buczek Date: Fri, 17 May 2019 16:46:06 +0200 Subject: [PATCH] cronwrap: Update version from 0.2_p0_cd25d99-1 to 0.3 Update version. Because the repository has been maed public, change download link to do a direct download from github. I think this should go to mxtools, but I'm to lazy now. --- cronwrap.be0 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cronwrap.be0 b/cronwrap.be0 index 990c710f1..c01473751 100755 --- a/cronwrap.be0 +++ b/cronwrap.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION cronwrap-0.2_p0_cd25d99-1 +# BEE_VERSION cronwrap-0.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]="/src/mariux/beeroot/downloads/cronwrap-${PKGVERSION}_p0_cd25d99.tar.bz2" +SRCURL[0]="https://github.molgen.mpg.de/mariux64/cronwrap/archive/${PKGVERSION}.tar.gz cronwrap-${PKGVERSION}.tar.gz" ############################################################################### ## Add URLs/pathes to patch files to the PATCHURL array.