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 | |
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')
-rw-r--r-- | network/strongswan/strongswan.SlackBuild | 4 | ||||
-rw-r--r-- | network/strongswan/strongswan.info | 6 |
2 files changed, 5 insertions, 5 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} diff --git a/network/strongswan/strongswan.info b/network/strongswan/strongswan.info index e27af4ae46..f27f260e0c 100644 --- a/network/strongswan/strongswan.info +++ b/network/strongswan/strongswan.info @@ -1,8 +1,8 @@ PRGNAM="strongswan" -VERSION="5.2.0" +VERSION="5.3.0" HOMEPAGE="http://www.strongswan.org" -DOWNLOAD="http://download.strongswan.org/strongswan-5.2.0.tar.bz2" -MD5SUM="5cee4ee1a6ccb74400758b3ace54d46e" +DOWNLOAD="http://download.strongswan.org/strongswan-5.3.0.tar.bz2" +MD5SUM="c52d4228231c2025d9c320d0e9990327" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |