From 12a3fc1adb9dc2239c604623119c232957714023 Mon Sep 17 00:00:00 2001 From: Mario Preksavec Date: Mon, 1 Feb 2021 04:16:32 +0100 Subject: system/sqlcipher: Updated for version 4.4.2. Signed-off-by: Mario Preksavec Signed-off-by: Willy Sudiarto Raharjo --- system/sqlcipher/sqlcipher.SlackBuild | 9 ++++----- system/sqlcipher/sqlcipher.info | 6 +++--- 2 files changed, 7 insertions(+), 8 deletions(-) (limited to 'system') diff --git a/system/sqlcipher/sqlcipher.SlackBuild b/system/sqlcipher/sqlcipher.SlackBuild index e997211ef6..5ae180c8cb 100644 --- a/system/sqlcipher/sqlcipher.SlackBuild +++ b/system/sqlcipher/sqlcipher.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for sqlcipher -# Copyright 2015, 2016, 2017 Mario Preksavec, Zagreb, Croatia +# Copyright 2015, 2021 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.1} +VERSION=${VERSION:-4.4.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -56,8 +56,7 @@ fi # Do not build TCL extension by default case ${WITH_TCL:-no} in - y|yes|Y|YES) : ;; - *) WITH_TCL="--disable-tcl" ;; + n*|N*) CONF_TCL="--disable-tcl" ;; esac set -e @@ -87,7 +86,7 @@ LDFLAGS="-lcrypto" \ --docdir=/usr/doc/$PRGNAM-$VERSION \ --enable-tempstore=yes \ --disable-static \ - $WITH_TCL \ + $CONF_TCL \ --build=$ARCH-slackware-linux make diff --git a/system/sqlcipher/sqlcipher.info b/system/sqlcipher/sqlcipher.info index 3c87c1007c..04cde44605 100644 --- a/system/sqlcipher/sqlcipher.info +++ b/system/sqlcipher/sqlcipher.info @@ -1,8 +1,8 @@ PRGNAM="sqlcipher" -VERSION="3.4.1" +VERSION="4.4.2" HOMEPAGE="http://sqlcipher.net" -DOWNLOAD="https://github.com/sqlcipher/sqlcipher/archive/v3.4.1/sqlcipher-3.4.1.tar.gz" -MD5SUM="edd1c57129c21a22ab2c2fd7f47d4ccd" +DOWNLOAD="https://github.com/sqlcipher/sqlcipher/archive/v4.4.2/sqlcipher-4.4.2.tar.gz" +MD5SUM="c306b8f5de6bde3d7ae40bdb2ab5535c" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" -- cgit v1.2.3