From a9e638ee9f586d92b2fb05177d40e93abe83941b Mon Sep 17 00:00:00 2001 From: netpyoung Date: Fri, 4 Mar 2022 22:52:28 +0900 Subject: [PATCH] workflow for build libsqlcipher v4.5.1 --- CHANGELOG.md | 4 ++++ build-on-linux-android.sh | 2 +- build-on-linux.sh | 2 +- build-on-mac.sh | 2 +- build-on-windows-x86.sh | 2 +- build-on-windows-x86_64.sh | 2 +- 6 files changed, 9 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 538ec33..5d917cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) +## [0.0.3] + +- libsqlcipher version v4.5.1 + ## [0.0.2] - libsqlcipher version v4.5.0 diff --git a/build-on-linux-android.sh b/build-on-linux-android.sh index 4609fad..7c3c227 100644 --- a/build-on-linux-android.sh +++ b/build-on-linux-android.sh @@ -5,7 +5,7 @@ set -e # ref: https://search.maven.org/artifact/net.zetetic/android-database-sqlcipher # [variable] -VERSION=v4.5.0 +VERSION=v4.5.1 ROOT=$(pwd) DIR_SOURCE=${ROOT}/sqlcipher DIR_OUTPUT=${ROOT}/output diff --git a/build-on-linux.sh b/build-on-linux.sh index 62520da..539cb63 100644 --- a/build-on-linux.sh +++ b/build-on-linux.sh @@ -2,7 +2,7 @@ set -e # [variable] -VERSION=v4.5.0 +VERSION=v4.5.1 ROOT=$(pwd) DIR_SOURCE=${ROOT}/sqlcipher DIR_OUTPUT=${ROOT}/output diff --git a/build-on-mac.sh b/build-on-mac.sh index 34ae663..19783fb 100644 --- a/build-on-mac.sh +++ b/build-on-mac.sh @@ -27,7 +27,7 @@ set -e # [variable] -VERSION=v4.5.0 +VERSION=v4.5.1 ROOT=$(pwd) DIR_SOURCE=${ROOT}/sqlcipher DIR_OUTPUT=${ROOT}/output diff --git a/build-on-windows-x86.sh b/build-on-windows-x86.sh index 641c677..294fc41 100644 --- a/build-on-windows-x86.sh +++ b/build-on-windows-x86.sh @@ -12,7 +12,7 @@ # [variable] -VERSION=v4.5.0 +VERSION=v4.5.1 ROOT=$(pwd) DIR_SOURCE=${ROOT}/sqlcipher DIR_OUTPUT=${ROOT}/output diff --git a/build-on-windows-x86_64.sh b/build-on-windows-x86_64.sh index 43f62d0..787760b 100644 --- a/build-on-windows-x86_64.sh +++ b/build-on-windows-x86_64.sh @@ -12,7 +12,7 @@ # [variable] -VERSION=v4.5.0 +VERSION=v4.5.1 ROOT=$(pwd) DIR_SOURCE=${ROOT}/sqlcipher DIR_OUTPUT=${ROOT}/output