Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
lame: fix SRCURL
- fixed SRCURL
  • Loading branch information
wwwutz committed Oct 1, 2021
1 parent ac79c34 commit 1d375db
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions lame.be0
@@ -1,10 +1,11 @@
#!/usr/bin/env beesh

# BEE_VERSION lame-3.100-0
# BEE_VERSION lame-3.100-2

# more info: http://www.linuxfromscratch.org/blfs/view/cvs/multimedia/lame.html

SRCURL[0]="https://downloads.sourceforge.net/lame/lame-${PKGVERSION}.tar.gz"
# SRCURL[0]="https://downloads.sourceforge.net/lame/lame-${PKGVERSION}.tar.gz"
SRCURL[0]="https://beehive.molgen.mpg.de/83e260acbe4389b54fe08e0bdbf7cddb/lame-3.100.tar.gz"

# PATCHURL+=()

Expand Down

0 comments on commit 1d375db

Please sign in to comment.