testssl.sh: update to 2.9.5r4.

This commit is contained in:
Piotr Wójcik 2018-04-11 10:16:43 +02:00 committed by Leah Neukirchen
parent 853631ac73
commit 5a6a07590a
2 changed files with 6 additions and 3 deletions

View file

@ -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() {

View file

@ -0,0 +1,2 @@
pattern='/archive/(v?|\Q'"$pkgname"'\E-)?\K[-\d\.]+(?=\.tar\.gz")'
version=${version/r/.}