From f7c5c5eacc30c68d6b662c46478a02a3d660e7a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ey=C3=9Fer?= Date: Sun, 12 Apr 2020 16:50:10 +0200 Subject: [PATCH] testssl.sh: update to 3.0. --- 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 e764b55dc85..580479d859a 100644 --- a/srcpkgs/testssl.sh/template +++ b/srcpkgs/testssl.sh/template @@ -1,6 +1,6 @@ # Template file for 'testssl.sh' pkgname=testssl.sh -version=3.0rc5 +version=3.0 revision=1 archs=noarch depends="libressl" @@ -9,11 +9,11 @@ maintainer="Enno Boland " license="GPL-2.0-only" homepage="https://testssl.sh" distfiles="https://github.com/drwetter/testssl.sh/archive/${version}.tar.gz" -checksum=6118f08b88c0075f39820296f0d76889165dd67e64dbfdfd1104d6d122a938c9 +checksum=ab3c9a000f0f6703e4fc94821e06f531de6d2799322bf534188ebf766365a9c1 pre_install() { # Set TESTSSL_INSTALL_DIR so that we can install to a custom dir - sed 's|LL_DIR:-""|LL_DIR:-/usr/share/testssl.sh/|' -i testssl.sh + vsed 's|LL_DIR:-""|LL_DIR:-/usr/share/testssl.sh/|' -i testssl.sh } do_install() {