summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2016-08-15 08:08:00 +0200
committerMichel Zou2016-08-15 08:08:00 +0200
commitd13129743efd8552745a713e92c0a00ba78854bc (patch)
tree12a9652dc54c593ede340d7f696a4798a5720f84
parent0347cd0ea8ea2902b892fd71435e786f6e977702 (diff)
downloadaur-d13129743efd8552745a713e92c0a00ba78854bc.tar.gz
3.14.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a594b42d46cd..58090f523bff 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sat Apr 23 15:34:35 UTC 2016
+# Mon Aug 15 06:08:00 UTC 2016
pkgbase = mingw-w64-sqlite
pkgdesc = A C library that implements an SQL database engine (mingw-w64)
- pkgver = 3.12.2
+ pkgver = 3.14.1
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-3120200.tar.gz
- sha1sums = b43c2e7238e54c50b95fbbd85c48792f4f39af8c
+ source = http://www.sqlite.org/2016/sqlite-autoconf-3140100.tar.gz
+ sha1sums = 774a05b8e7c9318111228bd5ad6bf65272f3fe38
pkgname = mingw-w64-sqlite
diff --git a/PKGBUILD b/PKGBUILD
index 047dcad848ff..b25b556959f0 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=3120200
-pkgver=3.12.2
+_amalgamationver=3140100
+pkgver=3.14.1
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=('b43c2e7238e54c50b95fbbd85c48792f4f39af8c')
+sha1sums=('774a05b8e7c9318111228bd5ad6bf65272f3fe38')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"