diff options
author | Sebastian Arcus <s.arcus@open-t.co.uk> | 2024-02-07 06:33:15 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-02-10 16:09:45 +0700 |
commit | e40a81af4ad6e933b6019fff2ab324452e7703ed (patch) | |
tree | 634d21862654e828fa1c2198e1fd5c2dfba23de3 /network | |
parent | 31f3a3383b2463ddc2b12844692571004df800f0 (diff) |
network/easyrsa: Updated for version 3.1.7.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network')
-rw-r--r-- | network/easyrsa/easyrsa.SlackBuild | 2 | ||||
-rw-r--r-- | network/easyrsa/easyrsa.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/network/easyrsa/easyrsa.SlackBuild b/network/easyrsa/easyrsa.SlackBuild index 1a1154801bf25..97c6028f34ce5 100644 --- a/network/easyrsa/easyrsa.SlackBuild +++ b/network/easyrsa/easyrsa.SlackBuild @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=easyrsa SRCNAM=EasyRSA -VERSION=${VERSION:-3.1.1} +VERSION=${VERSION:-3.1.7} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/network/easyrsa/easyrsa.info b/network/easyrsa/easyrsa.info index 2049e1036b9ea..1d45e65351476 100644 --- a/network/easyrsa/easyrsa.info +++ b/network/easyrsa/easyrsa.info @@ -1,8 +1,8 @@ PRGNAM="easyrsa" -VERSION="3.1.1" +VERSION="3.1.7" HOMEPAGE="https://github.com/OpenVPN/easy-rsa" -DOWNLOAD="https://github.com/OpenVPN/easy-rsa/releases/download/v3.1.1/EasyRSA-3.1.1.tgz" -MD5SUM="eb981af7e761819fcc3de684b2f1d98b" +DOWNLOAD="https://github.com/OpenVPN/easy-rsa/releases/download/v3.1.7/EasyRSA-3.1.7.tgz" +MD5SUM="d5c434808ad8df32d992bfdd5e011379" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |