From 43cea14c8df78157ddd704b7d9630530a4ccc8ee Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 4 Apr 2017 10:23:05 +0200 Subject: [PATCH] testssl.sh: update to 2.8. --- srcpkgs/testssl.sh/template | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/srcpkgs/testssl.sh/template b/srcpkgs/testssl.sh/template index 523ee68105c..5fc5abcfc01 100644 --- a/srcpkgs/testssl.sh/template +++ b/srcpkgs/testssl.sh/template @@ -1,17 +1,16 @@ # Template file for 'testssl.sh' pkgname=testssl.sh -version=2.6 -revision=2 +version=2.8 +revision=1 depends="libressl" short_desc="Command line tool which checks a server for the support of TLS/SSL" maintainer="Enno Boland " license="GPL-2" homepage="http://testssl.sh" distfiles="https://github.com/drwetter/testssl.sh/archive/v$version.tar.gz" -checksum=286b3285f096a5d249de1507eee88b14848514696bc5bbc4faceffa46b563ebd +checksum=76763037e0ef89753fabed5620a24e163b70b4acedeb73448d1f116ba5214975 noarch=yes - do_install() { vbin testssl.sh }