mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-30 09:22:57 +02:00
testssl.sh: update to 2.8.
This commit is contained in:
parent
2e3414c11f
commit
43cea14c8d
1 changed files with 3 additions and 4 deletions
|
@ -1,17 +1,16 @@
|
||||||
# Template file for 'testssl.sh'
|
# Template file for 'testssl.sh'
|
||||||
pkgname=testssl.sh
|
pkgname=testssl.sh
|
||||||
version=2.6
|
version=2.8
|
||||||
revision=2
|
revision=1
|
||||||
depends="libressl"
|
depends="libressl"
|
||||||
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.eu>"
|
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
homepage="http://testssl.sh"
|
homepage="http://testssl.sh"
|
||||||
distfiles="https://github.com/drwetter/testssl.sh/archive/v$version.tar.gz"
|
distfiles="https://github.com/drwetter/testssl.sh/archive/v$version.tar.gz"
|
||||||
checksum=286b3285f096a5d249de1507eee88b14848514696bc5bbc4faceffa46b563ebd
|
checksum=76763037e0ef89753fabed5620a24e163b70b4acedeb73448d1f116ba5214975
|
||||||
noarch=yes
|
noarch=yes
|
||||||
|
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vbin testssl.sh
|
vbin testssl.sh
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue