Skip to content

Commit

Permalink
Merge pull request #2953 from mariux64/fix-srcurl-bridge-utils
Browse files Browse the repository at this point in the history
bridge-utils: fix SRCURL
  • Loading branch information
wwwutz authored Aug 24, 2023
2 parents f4c0bb4 + 3198882 commit 94e143f
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions bridge-utils.be0
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#!/usr/bin/env beesh

# BEE_VERSION bridge-utils-1.6-0
# BEE_VERSION bridge-utils-1.6-1

# more info: https://foo.bar.com
SRCURL[0]="https://www.kernel.org/pub/linux/utils/net/bridge-utils/bridge-utils-${PKGVERSION}.tar.xz"
# SRCURL[0]="https://www.kernel.org/pub/linux/utils/net/bridge-utils/bridge-utils-${PKGVERSION}.tar.xz"
SRCURL[0]="https://beehive.molgen.mpg.de/541ae1c50cc268056693608920e6c908/bridge-utils-1.6.tar.xz"

BEE_BUILDTYPE=autotools

Expand Down Expand Up @@ -36,7 +36,3 @@ mee_patch_post() {
#mee_install() {
# bee_install
#}

#mee_install_post() {
# exit
#}

0 comments on commit 94e143f

Please sign in to comment.