summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAsterios Dimitriou2018-02-17 08:25:26 +0000
committerAsterios Dimitriou2018-02-17 08:25:26 +0000
commit3883ee80854be05162e238d7b283332b2c871c0c (patch)
tree131bb7839b09672ce942aae479222e814fcadbd4
parentc9dad6360d39d584e6c6a7becd098863936c522f (diff)
downloadaur-3883ee80854be05162e238d7b283332b2c871c0c.tar.gz
upstream minor update to 3.4.2
-rw-r--r--.SRCINFO10
-rw-r--r--.gitignore1
-rw-r--r--PKGBUILD6
3 files changed, 9 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 57ef1a0d91a4..ce27b057d89b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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 @@
+*
diff --git a/PKGBUILD b/PKGBUILD
index 3008e7392018..33e401a3ddaa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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>