easyrsa: update to 3.0.7.
This commit is contained in:
parent
1d5acb2ff0
commit
7d7b697800
1 changed files with 5 additions and 5 deletions
|
@ -1,16 +1,16 @@
|
|||
# Template file for 'easyrsa'
|
||||
pkgname=easyrsa
|
||||
version=3.0.6
|
||||
version=3.0.7
|
||||
revision=1
|
||||
archs=noarch
|
||||
wrksrc=EasyRSA-v$version
|
||||
archs="noarch"
|
||||
wrksrc="EasyRSA-${version}"
|
||||
depends="libressl"
|
||||
short_desc="Simple shell based CA utility"
|
||||
maintainer="Adam Gausmann <agausmann@fastmail.com>"
|
||||
license="GPL-2.0-only"
|
||||
homepage="https://github.com/OpenVPN/easy-rsa"
|
||||
distfiles="https://github.com/OpenVPN/easy-rsa/releases/download/v$version/EasyRSA-unix-v$version.tgz"
|
||||
checksum=cb29aed2d27824e59dbaad547f11dcab380a53c9fe05681249e804af436f1396
|
||||
distfiles="https://github.com/OpenVPN/easy-rsa/releases/download/v${version}/EasyRSA-${version}.tgz"
|
||||
checksum="157d2e8c115c3ad070c1b2641a4c9191e06a32a8e50971847a718251eeb510a8"
|
||||
conf_files="/etc/easyrsa/vars /etc/easyrsa/openssl-easyrsa.cnf /etc/easyrsa/x509-types/*"
|
||||
|
||||
do_install() {
|
||||
|
|
Loading…
Reference in a new issue