diff options
author | Markus Hutmacher <mailing@markhu.de> | 2014-03-07 17:48:51 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-03-07 17:48:51 +0700 |
commit | b51b76725051a41f78aca465660750b4d733733f (patch) | |
tree | 70246572cdd520fdf850ea5d5b7e4e36e7ed0c1c /network/strongswan/strongswan.SlackBuild | |
parent | d4fd1b8d9725dda821db6d3d22d7a985478a32a2 (diff) | |
download | slackbuilds-b51b76725051a41f78aca465660750b4d733733f.tar.gz |
network/strongswan: Updated for version 5.1.2.
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 075b37e7a5..e2b105325a 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, Markus Hutmacher, mailing@markhu.de +# Copyright 2013-2014, Markus Hutmacher, mailing@markhu.de # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # PRGNAM=strongswan -VERSION=5.1.1 +VERSION=${VERSION:-5.1.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |