Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
bee: Update version from 1.2.24 to 1.2.25
  • Loading branch information
donald committed Jul 8, 2022
1 parent 90ef093 commit e5e6b05
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions 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.)
Expand All @@ -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.
Expand Down

0 comments on commit e5e6b05

Please sign in to comment.