mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
network/ssllabs-scan: Updated for version 1.5.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
823847935d
commit
56fc079413
2 changed files with 7 additions and 7 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for ssllabs-scan
|
||||
|
||||
# Copyright 2016 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
|
||||
# Copyright 2016-2019 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=ssllabs-scan
|
||||
VERSION=${VERSION:-1.4.0}
|
||||
VERSION=${VERSION:-1.5.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -72,13 +72,13 @@ find -L . \
|
|||
make
|
||||
|
||||
mkdir -p $PKG/usr/bin
|
||||
cp ssllabs-scan $PKG/usr/bin
|
||||
cp ssllabs-scan-v3 $PKG/usr/bin/ssllabs-scan
|
||||
|
||||
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
|
||||
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a AUTHORS LICENSE TODO *.md $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a AUTHORS LICENSE *.md $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
|
||||
mkdir -p $PKG/install
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="ssllabs-scan"
|
||||
VERSION="1.4.0"
|
||||
VERSION="1.5.0"
|
||||
HOMEPAGE="https://github.com/ssllabs/ssllabs-scan"
|
||||
DOWNLOAD="https://github.com/ssllabs/ssllabs-scan/archive/v1.4.0/ssllabs-scan-1.4.0.tar.gz"
|
||||
MD5SUM="b1b6e76e0576abe5948ed3d164592a73"
|
||||
DOWNLOAD="https://github.com/ssllabs/ssllabs-scan/archive/v1.5.0/ssllabs-scan-1.5.0.tar.gz"
|
||||
MD5SUM="7e06149aa8fe0695809690d57a2a0d34"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="google-go-lang"
|
||||
|
|
Loading…
Reference in a new issue