testssl.sh: update to 2.9.5r4.
This commit is contained in:
parent
853631ac73
commit
5a6a07590a
|
@ -1,14 +1,15 @@
|
|||
# Template file for 'testssl.sh'
|
||||
pkgname=testssl.sh
|
||||
version=2.9.5
|
||||
version=2.9.5r4
|
||||
revision=1
|
||||
wrksrc="${pkgname}-${version/r/-}"
|
||||
depends="libressl"
|
||||
short_desc="Command line tool which checks a server for the support of TLS/SSL"
|
||||
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
||||
license="GPL-2"
|
||||
homepage="http://testssl.sh"
|
||||
distfiles="https://github.com/drwetter/testssl.sh/archive/v$version.tar.gz"
|
||||
checksum=3cd2d14b9b324545ff91d63e4261113f6ff0c6e32232cf49438b9fd2f3c8de3e
|
||||
distfiles="https://github.com/drwetter/testssl.sh/archive/v${version/r/-}.tar.gz"
|
||||
checksum=5163f76d40acfe404d65145c498cbe8fb716bb49119e8d0773e063203cff9c03
|
||||
noarch=yes
|
||||
|
||||
do_install() {
|
||||
|
|
|
@ -0,0 +1,2 @@
|
|||
pattern='/archive/(v?|\Q'"$pkgname"'\E-)?\K[-\d\.]+(?=\.tar\.gz")'
|
||||
version=${version/r/.}
|
Loading…
Reference in New Issue