libraries/Hypodermic: Fixed download.

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
David Spencer 2017-02-12 11:32:43 +00:00 committed by David Spencer
parent 9ab0ad13e6
commit 867d62b5ff
2 changed files with 2 additions and 2 deletions

View file

@ -60,7 +60,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
tar xvf $CWD/$PRGNAM-v$VERSION.tar.gz
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
cd $PRGNAM-$VERSION
chown -R root:root .
find -L . \

View file

@ -1,7 +1,7 @@
PRGNAM="Hypodermic"
VERSION="2.1"
HOMEPAGE="https://github.com/ybainier/Hypodermic"
DOWNLOAD="https://github.com/ybainier/Hypodermic/archive/v2.1/Hypodermic-v2.1.tar.gz"
DOWNLOAD="https://github.com/ybainier/Hypodermic/archive/v2.1/Hypodermic-2.1.tar.gz"
MD5SUM="5760d300829cf89b93f1c4e25a7b1f5c"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""