mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
network/sslscan: Fixed tarball handling.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
d306c60bf3
commit
1ba396e25b
2 changed files with 2 additions and 3 deletions
|
@ -83,8 +83,7 @@ STATIC=${STATIC:-yes}
|
|||
|
||||
if [ "$STATIC" = "yes" ] ; then
|
||||
OPENSSLVERSION=${OPENSSLVERSION:-1.0.2k}
|
||||
|
||||
tar xf $CWD/OpenSSL_"$(echo "$OPENSSLVERSION" | tr '.' '_')".tar.gz
|
||||
tar xf $CWD/openssl-OpenSSL_"$(echo "$OPENSSLVERSION" | tr '.' '_')".tar.gz
|
||||
mv openssl-OpenSSL_"$(echo "$OPENSSLVERSION" | tr '.' '_')" openssl
|
||||
fi
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@ PRGNAM="sslscan"
|
|||
VERSION="1.11.8_rbsec"
|
||||
HOMEPAGE="https://github.com/rbsec/sslscan"
|
||||
DOWNLOAD="https://github.com/rbsec/sslscan/archive/1.11.8-rbsec/sslscan-1.11.8-rbsec.tar.gz \
|
||||
https://github.com/openssl/openssl/archive/OpenSSL_1_0_2k/OpenSSL_1_0_2k.tar.gz"
|
||||
https://github.com/openssl/openssl/archive/OpenSSL_1_0_2k/openssl-OpenSSL_1_0_2k.tar.gz"
|
||||
MD5SUM="2f61a1074d25cdb0467a3900dddad888 \
|
||||
c9bfbe6848476fa920306e327f28ccf5"
|
||||
DOWNLOAD_x86_64=""
|
||||
|
|
Loading…
Reference in a new issue