easyrsa: update to 3.1.0.

This commit is contained in:
Adam Gausmann 2022-07-27 11:27:06 -05:00 committed by classabbyamp
parent f2e9208088
commit 0b74b2dfca

View File

@ -1,15 +1,15 @@
# Template file for 'easyrsa'
pkgname=easyrsa
version=3.0.8
revision=2
version=3.1.0
revision=1
wrksrc="EasyRSA-${version}"
depends="openssl"
short_desc="Simple shell based CA utility"
maintainer="Adam Gausmann <agausmann@fastmail.com>"
license="GPL-2.0-only"
license="GPL-2.0-only, ISC"
homepage="https://github.com/OpenVPN/easy-rsa"
distfiles="https://github.com/OpenVPN/easy-rsa/releases/download/v${version}/EasyRSA-${version}.tgz"
checksum="cae114c212a5be4d89f2253d36c70ab94f68d295f24e8b6711c2cab0fabf7e18"
checksum="01b07ecb58dc003e47d4e74f9fc4da35ec6842e96cd003d66ed72a43df983659"
conf_files="/etc/easyrsa/vars /etc/easyrsa/openssl-easyrsa.cnf /etc/easyrsa/x509-types/*"
do_install() {
@ -17,4 +17,6 @@ do_install() {
vinstall openssl-easyrsa.cnf 644 etc/easyrsa
vinstall vars.example 644 etc/easyrsa vars
vcopy x509-types etc/easyrsa
vlicense COPYING.md
vlicense mktemp.txt
}