diff options
author | Asterios Dimitriou | 2018-02-17 08:25:26 +0000 |
---|---|---|
committer | Asterios Dimitriou | 2018-02-17 08:25:26 +0000 |
commit | 3883ee80854be05162e238d7b283332b2c871c0c (patch) | |
tree | 131bb7839b09672ce942aae479222e814fcadbd4 | |
parent | c9dad6360d39d584e6c6a7becd098863936c522f (diff) | |
download | aur-3883ee80854be05162e238d7b283332b2c871c0c.tar.gz |
upstream minor update to 3.4.2
-rw-r--r-- | .SRCINFO | 10 | ||||
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | PKGBUILD | 6 |
3 files changed, 9 insertions, 8 deletions
@@ -1,7 +1,7 @@ pkgbase = mingw-w64-sqlcipher pkgdesc = SQLite extension that provides transparent 256-bit AES encryption of database files (mingw-w64) - pkgver = 3.4.1 - pkgrel = 2 + pkgver = 3.4.2 + pkgrel = 1 url = https://www.zetetic.net/sqlcipher/ arch = any license = BSD @@ -13,10 +13,10 @@ pkgbase = mingw-w64-sqlcipher options = !strip options = staticlibs options = !makeflags - source = sqlcipher-3.4.1.zip::https://github.com/sqlcipher/sqlcipher/archive/v3.4.1.zip - source = https://www.zetetic.net/sqlcipher/verify/3.4.1/sqlcipher-3.4.1.zip.sig + source = sqlcipher-3.4.2.zip::https://github.com/sqlcipher/sqlcipher/archive/v3.4.2.zip + source = https://www.zetetic.net/sqlcipher/verify/3.4.2/sqlcipher-3.4.2.zip.sig validpgpkeys = D83F5F9EB811D6E6B4A0D9C5D1FA3A2A97ED25C2 - sha256sums = 6f65b65a6b450279151bdec8c66122133245bc78605165482a45347cee8dc904 + sha256sums = f2afbde554423fd3f8e234d21e91a51b6f6ba7fc4971e73fdf5d388a002f79f1 sha256sums = SKIP pkgname = mingw-w64-sqlcipher diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000000..72e8ffc0db8a --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +* @@ -2,8 +2,8 @@ _pkgname=sqlcipher pkgname=mingw-w64-sqlcipher -pkgver=3.4.1 -pkgrel=2 +pkgver=3.4.2 +pkgrel=1 pkgdesc="SQLite extension that provides transparent 256-bit AES encryption of database files (mingw-w64)" arch=('any') url="https://www.zetetic.net/sqlcipher/" @@ -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" "https://www.zetetic.net/${_pkgname}/verify/${pkgver}/${_pkgname}-${pkgver}.zip.sig") -sha256sums=('6f65b65a6b450279151bdec8c66122133245bc78605165482a45347cee8dc904' +sha256sums=('f2afbde554423fd3f8e234d21e91a51b6f6ba7fc4971e73fdf5d388a002f79f1' 'SKIP') validpgpkeys=('D83F5F9EB811D6E6B4A0D9C5D1FA3A2A97ED25C2') # Zetetic LLC <support@zetetic.net> |