Skip to content

twolame: fix SRCURL #1661

Merged
merged 1 commit into from
Feb 7, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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