Skip to content

Commit

Permalink
Fix for twolame availability
Browse files Browse the repository at this point in the history
  • Loading branch information
Javernaut committed Aug 4, 2024
1 parent 4c2ba8a commit 6bb9b9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/libtwolame/download.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ TWOLAME_VERSION=0.4.0

downloadTarArchive \
"libtwolame" \
"https://netix.dl.sourceforge.net/project/twolame/twolame/${TWOLAME_VERSION}/twolame-${TWOLAME_VERSION}.tar.gz"
"https://github.com/njh/twolame/archive/refs/tags/${TWOLAME_VERSION}.tar.gz"

0 comments on commit 6bb9b9c

Please sign in to comment.