mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-27 07:52:55 +02:00
easyrsa: update to 3.0.3.
This commit is contained in:
parent
0bc380537b
commit
94faacb1f3
1 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'easyrsa'
|
# Template file for 'easyrsa'
|
||||||
pkgname=easyrsa
|
pkgname=easyrsa
|
||||||
version=3.0.1
|
version=3.0.3
|
||||||
revision=1
|
revision=1
|
||||||
conf_files="/etc/easyrsa/vars /etc/easyrsa/openssl-1.0.cnf
|
conf_files="/etc/easyrsa/vars /etc/easyrsa/openssl-1.0.cnf
|
||||||
/etc/easyrsa/x509-types/*"
|
/etc/easyrsa/x509-types/*"
|
||||||
|
@ -9,9 +9,9 @@ short_desc="Simple shell based CA utility"
|
||||||
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
homepage="https://github.com/OpenVPN/easy-rsa"
|
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
|
wrksrc=EasyRSA-$version
|
||||||
checksum=dbdaf5b9444b99e0c5221fd4bcf15384c62380c1b63cea23d42239414d7b2d4e
|
checksum=fb239d67f4bd09f817b0025450d422ed7ae3ee93af737c57d4acd8fdb646079e
|
||||||
noarch=yes
|
noarch=yes
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
|
@ -24,5 +24,5 @@ do_install() {
|
||||||
vinstall vars.example 644 etc/easyrsa vars
|
vinstall vars.example 644 etc/easyrsa vars
|
||||||
vmkdir etc/easyrsa/x509-types
|
vmkdir etc/easyrsa/x509-types
|
||||||
vcopy 'x509-types/*' etc/easyrsa/x509-types
|
vcopy 'x509-types/*' etc/easyrsa/x509-types
|
||||||
vlicense COPYING
|
vlicense COPYING.md
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue