testssl.sh: update to 3.0.8.
This commit is contained in:
parent
94e0065c9d
commit
f9842e8bd4
|
@ -1,14 +1,14 @@
|
||||||
# Template file for 'testssl.sh'
|
# Template file for 'testssl.sh'
|
||||||
pkgname=testssl.sh
|
pkgname=testssl.sh
|
||||||
version=3.0.5
|
version=3.0.8
|
||||||
revision=1
|
revision=1
|
||||||
depends="openssl bind-utils"
|
depends="openssl bind-utils"
|
||||||
short_desc="Command line tool which checks a server for the support of TLS/SSL"
|
short_desc="Command line tool which checks a server for the support of TLS/SSL"
|
||||||
maintainer="Enno Boland <gottox@voidlinux.org>"
|
maintainer="Enno Boland <gottox@voidlinux.org>"
|
||||||
license="GPL-2.0-only"
|
license="GPL-2.0-only"
|
||||||
homepage="https://testssl.sh"
|
homepage="https://testssl.sh"
|
||||||
distfiles="https://github.com/drwetter/testssl.sh/archive/${version}.tar.gz"
|
distfiles="https://github.com/drwetter/testssl.sh/archive/refs/tags/v${version}.tar.gz"
|
||||||
checksum=9de744fe0e51a03d42fa85e4b83340948baeaa7080427f90b0efd23e9106fece
|
checksum=22c5dc6dfc7500db94b6f8a48775f72b5149d0a372b8552ed7666016ee79edf0
|
||||||
|
|
||||||
pre_install() {
|
pre_install() {
|
||||||
# Set TESTSSL_INSTALL_DIR so that we can install to a custom dir
|
# Set TESTSSL_INSTALL_DIR so that we can install to a custom dir
|
||||||
|
|
Loading…
Reference in New Issue