diff options
author | B. Watson <yalhcru@gmail.com> | 2017-08-16 11:20:08 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-08-19 07:10:58 +0700 |
commit | d248cd0459fc843bf4aed3cb53c2e34cb66a6a77 (patch) | |
tree | c1ffcebeb574b16a2d591f08b4025b5b1d9e01a7 /audio/match-vamp-plugin/match-vamp-plugin.SlackBuild | |
parent | a1e910d6e0d20b0ee76726a64c514cf8aeee9f2b (diff) | |
download | slackbuilds-d248cd0459fc843bf4aed3cb53c2e34cb66a6a77.tar.gz |
audio/match-vamp-plugin: Switch to github URLs.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'audio/match-vamp-plugin/match-vamp-plugin.SlackBuild')
-rw-r--r-- | audio/match-vamp-plugin/match-vamp-plugin.SlackBuild | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/audio/match-vamp-plugin/match-vamp-plugin.SlackBuild b/audio/match-vamp-plugin/match-vamp-plugin.SlackBuild index 87618d9ca3..ee1a61ac37 100644 --- a/audio/match-vamp-plugin/match-vamp-plugin.SlackBuild +++ b/audio/match-vamp-plugin/match-vamp-plugin.SlackBuild @@ -6,6 +6,11 @@ # Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details. +# 20170816 bkw: switch to github homepage and download, since the site at +# code.soundsoftware.ac.uk isn't responding. The tarball from github has +# identical code, but a different md5sum (for one thing, it's compressed +# with gzip, not bzip2), so I'm not bumping BUILD. + PRGNAM=match-vamp-plugin VERSION=${VERSION:-1.0} BUILD=${BUILD:-2} @@ -46,7 +51,7 @@ rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $TARNAME-$VERSION -tar xvf $CWD/$TARNAME-$VERSION.tar.bz2 +tar xvf $CWD/$TARNAME-$VERSION.tar.gz cd $TARNAME-$VERSION chown -R root:root . find -L . \ |