diff options
author | Markus Hutmacher <mailing@markhu.de> | 2015-05-08 22:23:43 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-05-08 22:23:43 +0700 |
commit | d94307e6b9c4345f3352a964ef6b6a41c5b551f9 (patch) | |
tree | 20d78cf2b4da3e10b076f9cf5905378d26dfe99d /network/strongswan/strongswan.SlackBuild | |
parent | b9731fa2bfda8eabf1e340edee7c0236270d97bd (diff) | |
download | slackbuilds-d94307e6b9c4345f3352a964ef6b6a41c5b551f9.tar.gz |
network/strongswan: Updated for version 5.3.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/strongswan/strongswan.SlackBuild')
-rw-r--r-- | network/strongswan/strongswan.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/network/strongswan/strongswan.SlackBuild b/network/strongswan/strongswan.SlackBuild index 825db60c72..9e65d6e43c 100644 --- a/network/strongswan/strongswan.SlackBuild +++ b/network/strongswan/strongswan.SlackBuild @@ -1,7 +1,7 @@ #!/bin/sh # Copyright 2009-2013, Jonathan Larsen (agentc0re), SLC, UT -# Copyright 2013-2014, Markus Hutmacher, mailing@markhu.de +# Copyright 2013-2015, Markus Hutmacher, mailing@markhu.de # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -22,7 +22,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=strongswan -VERSION=${VERSION:-5.2.0} +VERSION=${VERSION:-5.3.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |