summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2016-11-06 09:37:48 +0100
committerMichel Zou2016-11-06 09:37:48 +0100
commit1c597a5688c56647363fe997092f767ab5191753 (patch)
tree86a5f4e5d83b50a0abebc9838ffafb7885a790db
parentd13129743efd8552745a713e92c0a00ba78854bc (diff)
downloadaur-1c597a5688c56647363fe997092f767ab5191753.tar.gz
3.15.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 58090f523bff..21cef00af031 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Aug 15 06:08:00 UTC 2016
+# Sun Nov 6 08:37:48 UTC 2016
pkgbase = mingw-w64-sqlite
pkgdesc = A C library that implements an SQL database engine (mingw-w64)
- pkgver = 3.14.1
+ pkgver = 3.15.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-3140100.tar.gz
- sha1sums = 774a05b8e7c9318111228bd5ad6bf65272f3fe38
+ source = http://www.sqlite.org/2016/sqlite-autoconf-3150100.tar.gz
+ sha1sums = 47404fe5c43936160ad0e90bddedc99367da7a9b
pkgname = mingw-w64-sqlite
diff --git a/PKGBUILD b/PKGBUILD
index b25b556959f0..57667a5a6c29 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=3140100
-pkgver=3.14.1
+_amalgamationver=3150100
+pkgver=3.15.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=('774a05b8e7c9318111228bd5ad6bf65272f3fe38')
+sha1sums=('47404fe5c43936160ad0e90bddedc99367da7a9b')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"