diff options
author | Markus Reichelt <slackbuilds@mareichelt.de> | 2017-01-09 20:51:03 +0700 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-01-09 20:18:25 +0000 |
commit | 77000491a61990585e23090ef0342183718c4c55 (patch) | |
tree | a4260e7685d04afd22fe52c302d353de26254310 /libraries/Botan/Botan.SlackBuild | |
parent | 34ba90f066a009b70c161564bb74e5812bd06c38 (diff) | |
download | slackbuilds-77000491a61990585e23090ef0342183718c4c55.tar.gz |
libraries/Botan: Updated for version 2.0.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/Botan/Botan.SlackBuild')
-rw-r--r-- | libraries/Botan/Botan.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libraries/Botan/Botan.SlackBuild b/libraries/Botan/Botan.SlackBuild index 441db43ddc..902dbf6c77 100644 --- a/libraries/Botan/Botan.SlackBuild +++ b/libraries/Botan/Botan.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for Botan -# Copyright (c) 2010-2016 Markus Reichelt, Aachen, DE +# Copyright (c) 2010-2017 Markus Reichelt, Aachen, DE # All rights reserved. # # Permission to use, copy, modify, and distribute this software for @@ -26,7 +26,7 @@ # Markus Reichelt, slackbuilds@mareichelt.de, 0xCCEEF115 PRGNAM=Botan -VERSION=${VERSION:-1.11.34} +VERSION=${VERSION:-2.0.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |