mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-25 10:03:03 +01:00
libraries/Hypodermic: Fixed download.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
9ab0ad13e6
commit
867d62b5ff
2 changed files with 2 additions and 2 deletions
|
@ -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 . \
|
||||
|
|
|
@ -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=""
|
||||
|
|
Loading…
Reference in a new issue