easyrsa: update to 3.0.8.
This commit is contained in:
parent
e5bc70d021
commit
3b38e955cb
|
@ -1,8 +1,7 @@
|
||||||
# Template file for 'easyrsa'
|
# Template file for 'easyrsa'
|
||||||
pkgname=easyrsa
|
pkgname=easyrsa
|
||||||
version=3.0.7
|
version=3.0.8
|
||||||
revision=1
|
revision=1
|
||||||
archs="noarch"
|
|
||||||
wrksrc="EasyRSA-${version}"
|
wrksrc="EasyRSA-${version}"
|
||||||
depends="libressl"
|
depends="libressl"
|
||||||
short_desc="Simple shell based CA utility"
|
short_desc="Simple shell based CA utility"
|
||||||
|
@ -10,7 +9,7 @@ maintainer="Adam Gausmann <agausmann@fastmail.com>"
|
||||||
license="GPL-2.0-only"
|
license="GPL-2.0-only"
|
||||||
homepage="https://github.com/OpenVPN/easy-rsa"
|
homepage="https://github.com/OpenVPN/easy-rsa"
|
||||||
distfiles="https://github.com/OpenVPN/easy-rsa/releases/download/v${version}/EasyRSA-${version}.tgz"
|
distfiles="https://github.com/OpenVPN/easy-rsa/releases/download/v${version}/EasyRSA-${version}.tgz"
|
||||||
checksum="157d2e8c115c3ad070c1b2641a4c9191e06a32a8e50971847a718251eeb510a8"
|
checksum="cae114c212a5be4d89f2253d36c70ab94f68d295f24e8b6711c2cab0fabf7e18"
|
||||||
conf_files="/etc/easyrsa/vars /etc/easyrsa/openssl-easyrsa.cnf /etc/easyrsa/x509-types/*"
|
conf_files="/etc/easyrsa/vars /etc/easyrsa/openssl-easyrsa.cnf /etc/easyrsa/x509-types/*"
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
|
|
Loading…
Reference in New Issue