diff options
author | Mario Preksavec | 2017-06-11 02:12:09 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo | 2017-06-15 13:36:28 +0200 |
commit | a47f78b27129feebf93301ab074e6bfa4cc89c59 (patch) | |
tree | 0c1a16ec3eaa6acae17b962e0e3bb14ba0847733 | |
parent | 6c79813149e255e5f85c921ca7634e6ef2be25d3 (diff) | |
download | slackbuilds-a47f78b27129feebf93301ab074e6bfa4cc89c59.tar.gz |
system/sqlcipher: Updated for version 3.4.1.
Signed-off-by: Mario Preksavec <mario@slackware.hr>
-rw-r--r-- | system/sqlcipher/sqlcipher.SlackBuild | 4 | ||||
-rw-r--r-- | system/sqlcipher/sqlcipher.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/system/sqlcipher/sqlcipher.SlackBuild b/system/sqlcipher/sqlcipher.SlackBuild index d1c09fddc3..e997211ef6 100644 --- a/system/sqlcipher/sqlcipher.SlackBuild +++ b/system/sqlcipher/sqlcipher.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for sqlcipher -# Copyright 2015, 2016 Mario Preksavec, Zagreb, Croatia +# Copyright 2015, 2016, 2017 Mario Preksavec, Zagreb, Croatia # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=sqlcipher -VERSION=${VERSION:-3.4.0} +VERSION=${VERSION:-3.4.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/system/sqlcipher/sqlcipher.info b/system/sqlcipher/sqlcipher.info index c43ee1506d..3c87c1007c 100644 --- a/system/sqlcipher/sqlcipher.info +++ b/system/sqlcipher/sqlcipher.info @@ -1,8 +1,8 @@ PRGNAM="sqlcipher" -VERSION="3.4.0" +VERSION="3.4.1" HOMEPAGE="http://sqlcipher.net" -DOWNLOAD="https://github.com/sqlcipher/sqlcipher/archive/v3.4.0/sqlcipher-3.4.0.tar.gz" -MD5SUM="2225da8fc163f78b5fffd0bcf8b28695" +DOWNLOAD="https://github.com/sqlcipher/sqlcipher/archive/v3.4.1/sqlcipher-3.4.1.tar.gz" +MD5SUM="edd1c57129c21a22ab2c2fd7f47d4ccd" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |