Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
libcgroup: fix SRCURL
- fixed SRCURL
  • Loading branch information
wwwutz committed Sep 20, 2021
1 parent 0dffda4 commit 9f2e04a
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions libcgroup.be0
@@ -1,10 +1,11 @@
#!/usr/bin/env beesh

# BEE_VERSION libcgroup-0.38-1
# BEE_VERSION libcgroup-0.38-2

# more info: https://foo.bar.com

SRCURL[0]="https://downloads.sourceforge.net/project/libcg/libcgroup/v.${PKGVERSION/./}/libcgroup-${PKGVERSION}.tar.bz2"
#SRCURL[0]="https://downloads.sourceforge.net/project/libcg/libcgroup/v.${PKGVERSION/./}/libcgroup-${PKGVERSION}.tar.bz2"
SRCURL[0]="https://beehive.molgen.mpg.de/f0f7d4060bf36ccc19d75dbf4f1695db/libcgroup-0.38.tar.bz2"

# PATCHURL+=()

Expand All @@ -31,7 +32,3 @@ SRCURL[0]="https://downloads.sourceforge.net/project/libcg/libcgroup/v.${PKGVERS
#mee_install() {
# bee_install
#}

#mee_install_post() {
# exit
#}

0 comments on commit 9f2e04a

Please sign in to comment.