easyrsa: update to 3.0.3.

This commit is contained in:
Enno Boland 2017-08-22 20:51:28 +02:00
parent 0bc380537b
commit 94faacb1f3

View file

@ -1,6 +1,6 @@
# Template file for 'easyrsa'
pkgname=easyrsa
version=3.0.1
version=3.0.3
revision=1
conf_files="/etc/easyrsa/vars /etc/easyrsa/openssl-1.0.cnf
/etc/easyrsa/x509-types/*"
@ -9,9 +9,9 @@ short_desc="Simple shell based CA utility"
maintainer="Enno Boland <gottox@voidlinux.eu>"
license="GPL-2"
homepage="https://github.com/OpenVPN/easy-rsa"
distfiles="https://github.com/OpenVPN/easy-rsa/releases/download/$version/EasyRSA-$version.tgz"
distfiles="https://github.com/OpenVPN/easy-rsa/releases/download/v$version/EasyRSA-$version.tgz"
wrksrc=EasyRSA-$version
checksum=dbdaf5b9444b99e0c5221fd4bcf15384c62380c1b63cea23d42239414d7b2d4e
checksum=fb239d67f4bd09f817b0025450d422ed7ae3ee93af737c57d4acd8fdb646079e
noarch=yes
do_build() {
@ -24,5 +24,5 @@ do_install() {
vinstall vars.example 644 etc/easyrsa vars
vmkdir etc/easyrsa/x509-types
vcopy 'x509-types/*' etc/easyrsa/x509-types
vlicense COPYING
vlicense COPYING.md
}