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/easyrsa/easyrsa.SlackBuild | |
parent | 31f3a3383b2463ddc2b12844692571004df800f0 (diff) |
network/easyrsa: Updated for version 3.1.7.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/easyrsa/easyrsa.SlackBuild')
-rw-r--r-- | network/easyrsa/easyrsa.SlackBuild | 2 |
1 files changed, 1 insertions, 1 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} |