summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2016-04-23 17:34:35 +0200
committerMichel Zou2016-04-23 17:34:35 +0200
commit0347cd0ea8ea2902b892fd71435e786f6e977702 (patch)
tree4e34ca2b83ea2efdaa45d9484cdafc30fbad2162
parent4567662983e963fd6ff62aeeb233dece776e618e (diff)
downloadaur-0347cd0ea8ea2902b892fd71435e786f6e977702.tar.gz
3.12.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 25fa56a86e13..a594b42d46cd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Apr 11 17:21:41 UTC 2016
+# Sat Apr 23 15:34:35 UTC 2016
pkgbase = mingw-w64-sqlite
pkgdesc = A C library that implements an SQL database engine (mingw-w64)
- pkgver = 3.12.1
+ pkgver = 3.12.2
pkgrel = 1
url = http://www.sqlite.org/
arch = any
@@ -16,8 +16,8 @@ pkgbase = mingw-w64-sqlite
options = !strip
options = staticlibs
options = !makeflags
- source = http://www.sqlite.org/2016/sqlite-autoconf-3120100.tar.gz
- sha1sums = fa1f3dbf6e2e8c6d14125b2eceda5b2e16a19f1f
+ source = http://www.sqlite.org/2016/sqlite-autoconf-3120200.tar.gz
+ sha1sums = b43c2e7238e54c50b95fbbd85c48792f4f39af8c
pkgname = mingw-w64-sqlite
diff --git a/PKGBUILD b/PKGBUILD
index c54da4ddbc38..047dcad848ff 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Contributor: napa3um <napa3um@gmail.com>
# Contributor: Filip Brcic <brcha@gna.org>
pkgname=mingw-w64-sqlite
-_amalgamationver=3120100
-pkgver=3.12.1
+_amalgamationver=3120200
+pkgver=3.12.2
pkgrel=1
pkgdesc="A C library that implements an SQL database engine (mingw-w64)"
arch=(any)
@@ -13,7 +13,7 @@ options=(!buildflags !strip staticlibs !makeflags)
license=('custom:Public Domain')
url="http://www.sqlite.org/"
source=("http://www.sqlite.org/2016/sqlite-autoconf-$_amalgamationver.tar.gz")
-sha1sums=('fa1f3dbf6e2e8c6d14125b2eceda5b2e16a19f1f')
+sha1sums=('b43c2e7238e54c50b95fbbd85c48792f4f39af8c')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"