From b6d4dd44c1f5268c1f714987d79ec708b3836ebb Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Thu, 6 Oct 2022 13:07:53 +0200 Subject: [PATCH] testssl.sh: update to 3.0.8. --- srcpkgs/testssl.sh/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/testssl.sh/template b/srcpkgs/testssl.sh/template index 7d84960e5985..89067169f074 100644 --- a/srcpkgs/testssl.sh/template +++ b/srcpkgs/testssl.sh/template @@ -1,14 +1,14 @@ # Template file for 'testssl.sh' pkgname=testssl.sh -version=3.0.5 +version=3.0.8 revision=1 depends="openssl bind-utils" short_desc="Command line tool which checks a server for the support of TLS/SSL" maintainer="Enno Boland " license="GPL-2.0-only" homepage="https://testssl.sh" -distfiles="https://github.com/drwetter/testssl.sh/archive/${version}.tar.gz" -checksum=9de744fe0e51a03d42fa85e4b83340948baeaa7080427f90b0efd23e9106fece +distfiles="https://github.com/drwetter/testssl.sh/archive/refs/tags/v${version}.tar.gz" +checksum=22c5dc6dfc7500db94b6f8a48775f72b5149d0a372b8552ed7666016ee79edf0 pre_install() { # Set TESTSSL_INSTALL_DIR so that we can install to a custom dir