* update easy-rsa to 3.2.1-3
This commit is contained in:
parent
ddaa82651f
commit
919bc9ba7f
@ -1,10 +1,11 @@
|
||||
pkgbase = easy-rsa
|
||||
pkgdesc = Simple shell based CA utility
|
||||
pkgver = 3.2.1
|
||||
pkgrel = 2
|
||||
pkgrel = 3
|
||||
url = https://github.com/OpenVPN/easy-rsa
|
||||
arch = any
|
||||
license = GPL-2.0-only
|
||||
depends = bc
|
||||
depends = openssl
|
||||
depends = sh
|
||||
depends = grep
|
||||
|
@ -3,11 +3,11 @@
|
||||
|
||||
pkgname=easy-rsa
|
||||
pkgver=3.2.1
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
pkgdesc='Simple shell based CA utility'
|
||||
arch=(any)
|
||||
url='https://github.com/OpenVPN/easy-rsa'
|
||||
depends=('openssl' 'sh' 'grep')
|
||||
depends=('bc' 'openssl' 'sh' 'grep')
|
||||
license=('GPL-2.0-only')
|
||||
backup=('etc/easy-rsa/openssl-easyrsa.cnf'
|
||||
'etc/easy-rsa/vars')
|
||||
|
Loading…
x
Reference in New Issue
Block a user