Skip to content

Commit

Permalink
twolame: fix SRCURL
Browse files Browse the repository at this point in the history
- fixed SRCURL
  • Loading branch information
wwwutz committed Feb 6, 2020
1 parent fb91760 commit a9a24a6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions twolame.be0
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
#!/usr/bin/env beesh

# BEE_VERSION twolame-0.3.13-1
# BEE_VERSION twolame-0.3.13-2

# more info: https://sourceforge.net/projects/twolame

SRCURL[0]="https://downloads.sourceforge.net/project/twolame/twolame/${PKGVERSION}/twolame-${PKGVERSION}.tar.gz"
#SRCURL[0]="https://downloads.sourceforge.net/project/twolame/twolame/${PKGVERSION}/twolame-${PKGVERSION}.tar.gz"
SRCURL[0]="https://beehive.molgen.mpg.de/4113d8aa80194459b45b83d4dbde8ddb/twolame-0.3.13.tar.gz"

# PATCHURL+=()

Expand Down

0 comments on commit a9a24a6

Please sign in to comment.