* 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 pkgbase = easy-rsa
pkgdesc = Simple shell based CA utility pkgdesc = Simple shell based CA utility
pkgver = 3.2.1 pkgver = 3.2.1
pkgrel = 2 pkgrel = 3
url = https://github.com/OpenVPN/easy-rsa url = https://github.com/OpenVPN/easy-rsa
arch = any arch = any
license = GPL-2.0-only license = GPL-2.0-only
depends = bc
depends = openssl depends = openssl
depends = sh depends = sh
depends = grep depends = grep

View File

@ -3,11 +3,11 @@
pkgname=easy-rsa pkgname=easy-rsa
pkgver=3.2.1 pkgver=3.2.1
pkgrel=2 pkgrel=3
pkgdesc='Simple shell based CA utility' pkgdesc='Simple shell based CA utility'
arch=(any) arch=(any)
url='https://github.com/OpenVPN/easy-rsa' url='https://github.com/OpenVPN/easy-rsa'
depends=('openssl' 'sh' 'grep') depends=('bc' 'openssl' 'sh' 'grep')
license=('GPL-2.0-only') license=('GPL-2.0-only')
backup=('etc/easy-rsa/openssl-easyrsa.cnf' backup=('etc/easy-rsa/openssl-easyrsa.cnf'
'etc/easy-rsa/vars') 'etc/easy-rsa/vars')