summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichel Zou2016-04-23 17:34:35 +0200
committerMichel Zou2016-04-23 17:34:35 +0200
commit0347cd0ea8ea2902b892fd71435e786f6e977702 (patch)
tree4e34ca2b83ea2efdaa45d9484cdafc30fbad2162 /PKGBUILD
parent4567662983e963fd6ff62aeeb233dece776e618e (diff)
downloadaur-0347cd0ea8ea2902b892fd71435e786f6e977702.tar.gz
3.12.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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"