diff options
author | Markus Reichelt <slackbuilds@mareichelt.de> | 2017-03-08 19:58:04 +0000 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-03-08 19:58:04 +0000 |
commit | 7f25b157a5fe09164d5d8a91f07293b93a159631 (patch) | |
tree | 28033bdfd012f3ef6ba732442d76215e40472594 | |
parent | b5b1257eaea621150be8d429670035c127b8ae50 (diff) | |
download | slackbuilds-7f25b157a5fe09164d5d8a91f07293b93a159631.tar.gz |
libraries/cryptopp: Updated for version 5.6.5.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
-rw-r--r-- | libraries/cryptopp/cryptopp.SlackBuild | 4 | ||||
-rw-r--r-- | libraries/cryptopp/cryptopp.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/libraries/cryptopp/cryptopp.SlackBuild b/libraries/cryptopp/cryptopp.SlackBuild index 4dbceb13df..8705b3a1c9 100644 --- a/libraries/cryptopp/cryptopp.SlackBuild +++ b/libraries/cryptopp/cryptopp.SlackBuild @@ -6,8 +6,8 @@ # Maintained by Markus Reichelt <slackbuilds@mareichelt.de> 0xCCEEF115 PRGNAM=cryptopp -VERSION=${VERSION:-5.6.4} -BUILD=${BUILD:-2} +VERSION=${VERSION:-5.6.5} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then diff --git a/libraries/cryptopp/cryptopp.info b/libraries/cryptopp/cryptopp.info index 56f9710c27..5d0a83fc5c 100644 --- a/libraries/cryptopp/cryptopp.info +++ b/libraries/cryptopp/cryptopp.info @@ -1,8 +1,8 @@ PRGNAM="cryptopp" -VERSION="5.6.4" +VERSION="5.6.5" HOMEPAGE="http://www.cryptopp.com/" -DOWNLOAD="http://www.cryptopp.com/cryptopp564.zip" -MD5SUM="4ee7e5cdd4a45a14756c169eaf2a77fc" +DOWNLOAD="http://www.cryptopp.com/cryptopp565.zip" +MD5SUM="df5ef4647b4e978bba0cac79a83aaed5" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |