Skip to content

Commit

Permalink
bee: Rebuild version 1.2.28
Browse files Browse the repository at this point in the history
df33958 ("bee: update to 1.2.28") failed to update the SRCURL.

Rebuild with corrected SRCURL.
  • Loading branch information
donald committed Jun 26, 2024
1 parent 002537a commit 3b00919
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bee.be0
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env beesh

# BEE_VERSION bee-1.2.28-0
# BEE_VERSION bee-1.2.28-1

## 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 @@ -10,7 +10,7 @@
## 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://beehive.molgen.mpg.de/3cc3fa741f1ba46d311e5b669fa12caf/bee-1.2.27.tar.gz"
SRCURL[0]="https://beehive.molgen.mpg.de/4877c3565d6700ba3883cfd7e1d440bc/bee-1.2.28.tar.gz"

###############################################################################
## Add URLs/pathes to patch files to the PATCHURL array.
Expand Down

0 comments on commit 3b00919

Please sign in to comment.