From 1f472be39fcef8aa07b70756f04eca371568416c Mon Sep 17 00:00:00 2001 From: Termux Github Actions Date: Thu, 27 Apr 2023 18:16:34 +0000 Subject: [PATCH] bump(main/sqlcipher): 4.5.4 This commit has been automatically submitted by Github Actions. --- packages/sqlcipher/build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/sqlcipher/build.sh b/packages/sqlcipher/build.sh index 6a15e48861..07c90c8b25 100644 --- a/packages/sqlcipher/build.sh +++ b/packages/sqlcipher/build.sh @@ -2,9 +2,9 @@ TERMUX_PKG_HOMEPAGE=https://github.com/sqlcipher/sqlcipher TERMUX_PKG_DESCRIPTION="SQLCipher is an SQLite extension that provides 256 bit AES encryption of database files" TERMUX_PKG_LICENSE="BSD" TERMUX_PKG_MAINTAINER="@termux" -TERMUX_PKG_VERSION="4.5.3" +TERMUX_PKG_VERSION="4.5.4" TERMUX_PKG_SRCURL=https://github.com/sqlcipher/sqlcipher/archive/v$TERMUX_PKG_VERSION.tar.gz -TERMUX_PKG_SHA256=5c9d672eba6be4d05a9a8170f70170e537ae735a09c3de444a8ad629b595d5e2 +TERMUX_PKG_SHA256=ea052fe634d729f9dd6b624016104de796faf87e487a9e868a07faee35957771 TERMUX_PKG_DEPENDS="openssl" TERMUX_PKG_BUILD_DEPENDS="tcl" TERMUX_PKG_AUTO_UPDATE=true