testssl.sh: update to 3.0.

This commit is contained in:
Daniel Eyßer 2020-04-12 16:50:10 +02:00 committed by Juan RP
parent d21f330f11
commit d426c2312b
1 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'testssl.sh'
pkgname=testssl.sh
version=3.0rc5
version=3.0
revision=1
archs=noarch
depends="libressl"
@ -9,11 +9,11 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
license="GPL-2.0-only"
homepage="https://testssl.sh"
distfiles="https://github.com/drwetter/testssl.sh/archive/${version}.tar.gz"
checksum=6118f08b88c0075f39820296f0d76889165dd67e64dbfdfd1104d6d122a938c9
checksum=ab3c9a000f0f6703e4fc94821e06f531de6d2799322bf534188ebf766365a9c1
pre_install() {
# Set TESTSSL_INSTALL_DIR so that we can install to a custom dir
sed 's|LL_DIR:-""|LL_DIR:-/usr/share/testssl.sh/|' -i testssl.sh
vsed 's|LL_DIR:-""|LL_DIR:-/usr/share/testssl.sh/|' -i testssl.sh
}
do_install() {