diff options
author | Asterios Dimitriou | 2020-12-07 17:15:56 +0000 |
---|---|---|
committer | Asterios Dimitriou | 2020-12-07 17:15:56 +0000 |
commit | fa24aff008c155ddb31f2ee4fca81dd0f94af769 (patch) | |
tree | b13fc69233cf4e89b7e5a54690febcc0db6ebf41 | |
parent | 094f19c8e37bf2976e1982a8e4ce4326d6bc1b07 (diff) | |
download | aur-fa24aff008c155ddb31f2ee4fca81dd0f94af769.tar.gz |
Update to upstream 4.4.2
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -1,6 +1,6 @@ pkgbase = mingw-w64-sqlcipher pkgdesc = SQLite extension that provides transparent 256-bit AES encryption of database files (mingw-w64) - pkgver = 4.4.0 + pkgver = 4.4.2 pkgrel = 1 url = https://www.zetetic.net/sqlcipher/ arch = any @@ -13,9 +13,9 @@ pkgbase = mingw-w64-sqlcipher options = !strip options = staticlibs options = !makeflags - source = sqlcipher-4.4.0.zip::https://github.com/sqlcipher/sqlcipher/archive/v4.4.0.zip + source = sqlcipher-4.4.2.zip::https://github.com/sqlcipher/sqlcipher/archive/v4.4.2.zip source = 01-fix_extensions.patch - sha256sums = 99b6324c2af52d6483d3ff8de84c81bb3a9676429fc700cb55cdb07787d3c0fa + sha256sums = 6bb5c154ef979ddd28f4668846f394ae2ccbf6cece09a9148b73fadf8adc7b55 sha256sums = 614f3b66e3ded3e4f140129cb8a16aae5f0df3808596ce5f1f032c79ae665c48 pkgname = mingw-w64-sqlcipher @@ -2,7 +2,7 @@ _pkgname=sqlcipher pkgname=mingw-w64-sqlcipher -pkgver=4.4.0 +pkgver=4.4.2 pkgrel=1 pkgdesc="SQLite extension that provides transparent 256-bit AES encryption of database files (mingw-w64)" arch=('any') @@ -13,7 +13,7 @@ depends=('mingw-w64-crt' 'mingw-w64-openssl') options=(!buildflags !strip staticlibs !makeflags) source=("${_pkgname}-${pkgver}.zip::https://github.com/${_pkgname}/${_pkgname}/archive/v${pkgver}.zip" "01-fix_extensions.patch") -sha256sums=('99b6324c2af52d6483d3ff8de84c81bb3a9676429fc700cb55cdb07787d3c0fa' +sha256sums=('6bb5c154ef979ddd28f4668846f394ae2ccbf6cece09a9148b73fadf8adc7b55' '614f3b66e3ded3e4f140129cb8a16aae5f0df3808596ce5f1f032c79ae665c48') _architectures="i686-w64-mingw32 x86_64-w64-mingw32" |