From f5b2e3317f99fbdc8453ca45a2bd577859c75f5b Mon Sep 17 00:00:00 2001 From: Miguel Jacq Date: Fri, 10 Jul 2026 10:06:29 +1000 Subject: [PATCH] SQLCipher 4.17.0 --- scripts/package.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/package.sh b/scripts/package.sh index 91c8996..5699fcc 100755 --- a/scripts/package.sh +++ b/scripts/package.sh @@ -2,7 +2,7 @@ set -euo pipefail -SQLCIPHER_VERSION="${SQLCIPHER_VERSION:-4.16.0}" +SQLCIPHER_VERSION="${SQLCIPHER_VERSION:-4.17.0}" # Space-separated list of PHP major.minor versions to build PHPS="${PHPS:-"7.4 8.0 8.1 8.2 8.3 8.4 8.5"}"