From e5e6b05d8babbda37e4f12a4b629ec868966aa26 Mon Sep 17 00:00:00 2001 From: Donald Buczek Date: Fri, 8 Jul 2022 09:03:06 +0200 Subject: [PATCH] bee: Update version from 1.2.24 to 1.2.25 --- bee.be0 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/bee.be0 b/bee.be0 index 5fd0dee37..7a83207e9 100755 --- a/bee.be0 +++ b/bee.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION bee-1.2.24-0 +# BEE_VERSION bee-1.2.25-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,8 @@ ## 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/bee/archive/bee-${PKGVERSION}.tar.gz" +# SRCURL[0]="https://github.molgen.mpg.de/mariux64/bee/archive/bee-${PKGVERSION}.tar.gz" +SRCURL[0]="https://beehive.molgen.mpg.de/8ac9d73084f1776974e182a83ddf94a3/bee-1.2.25.tar.gz" ############################################################################### ## Add URLs/pathes to patch files to the PATCHURL array.