diff options
author | LEVAI Daniel <leva@ecentrum.hu> | 2015-01-04 00:21:30 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-01-04 00:26:36 +0700 |
commit | 9b619ebf7ab0a0b27aa322765c798d98a65c7125 (patch) | |
tree | 807361b87d32c545983f281d408ee603b024dd7b | |
parent | 39b6d44ab921796fc8cb93c4667dd33d4d42c18b (diff) | |
download | slackbuilds-9b619ebf7ab0a0b27aa322765c798d98a65c7125.tar.gz |
libraries/libscrypt: Updated for version 1.20.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | libraries/libscrypt/libscrypt.SlackBuild | 4 | ||||
-rw-r--r-- | libraries/libscrypt/libscrypt.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/libraries/libscrypt/libscrypt.SlackBuild b/libraries/libscrypt/libscrypt.SlackBuild index 57de6f27fc..d83f484d0e 100644 --- a/libraries/libscrypt/libscrypt.SlackBuild +++ b/libraries/libscrypt/libscrypt.SlackBuild @@ -1,6 +1,6 @@ #!/bin/sh -# Copyright (c) 2013-2014 LEVAI Daniel +# Copyright (c) 2013-2015 LEVAI Daniel # All rights reserved. # # * Redistribution and use in source and binary forms, with or without @@ -24,7 +24,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=libscrypt -VERSION=${VERSION:-1.19} +VERSION=${VERSION:-1.20} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/libraries/libscrypt/libscrypt.info b/libraries/libscrypt/libscrypt.info index a07bc905fb..c21f86b0a7 100644 --- a/libraries/libscrypt/libscrypt.info +++ b/libraries/libscrypt/libscrypt.info @@ -1,8 +1,8 @@ PRGNAM="libscrypt" -VERSION="1.19" +VERSION="1.20" HOMEPAGE="https://github.com/technion/libscrypt" -DOWNLOAD="https://github.com/technion/libscrypt/archive/v1.19.tar.gz" -MD5SUM="1ba156d134c8852b39546012e3d00d17" +DOWNLOAD="https://github.com/technion/libscrypt/archive/v1.20.tar.gz" +MD5SUM="35c78aca7902061c49e5c517305b1534" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |