mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-22 17:17:03 +02:00
testssl.sh: update to 3.0.2, add bind-utils dep.
This commit is contained in:
parent
b9959d6abe
commit
6d1091d4d7
1 changed files with 3 additions and 3 deletions
|
@ -1,15 +1,15 @@
|
|||
# Template file for 'testssl.sh'
|
||||
pkgname=testssl.sh
|
||||
version=3.0
|
||||
version=3.0.2
|
||||
revision=1
|
||||
archs=noarch
|
||||
depends="libressl"
|
||||
depends="libressl bind-utils"
|
||||
short_desc="Command line tool which checks a server for the support of TLS/SSL"
|
||||
maintainer="Enno Boland <gottox@voidlinux.org>"
|
||||
license="GPL-2.0-only"
|
||||
homepage="https://testssl.sh"
|
||||
distfiles="https://github.com/drwetter/testssl.sh/archive/${version}.tar.gz"
|
||||
checksum=ab3c9a000f0f6703e4fc94821e06f531de6d2799322bf534188ebf766365a9c1
|
||||
checksum=cfca31a0e5fd0e706002e7c1b044c11be5140091f0e22f0ae5b9aa644ef50da2
|
||||
|
||||
pre_install() {
|
||||
# Set TESTSSL_INSTALL_DIR so that we can install to a custom dir
|
||||
|
|
Loading…
Add table
Reference in a new issue