* update easy-rsa to 3.2.1-3

This commit is contained in:
Alexander Baldeck 2025-02-04 21:49:50 +01:00
parent ddaa82651f
commit 919bc9ba7f
2 changed files with 4 additions and 3 deletions

View File

@ -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

View File

@ -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')