summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Sun2020-01-29 08:49:28 -0500
committerAndrew Sun2020-01-29 08:49:28 -0500
commit443748608930456f5b36dac308733fc7e01712ce (patch)
tree58934f7967e701d03f2337b6918f1f05450e416b
parent382c2aa3558c717098e72616cdafecf1ebd45bf7 (diff)
downloadaur-443748608930456f5b36dac308733fc7e01712ce.tar.gz
3.31.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4d31b627a794..b8fb8621a5e9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-sqlite
pkgdesc = A C library that implements an SQL database engine (mingw-w64)
- pkgver = 3.31.0
+ pkgver = 3.31.1
pkgrel = 1
url = https://www.sqlite.org/
arch = any
@@ -13,8 +13,8 @@ pkgbase = mingw-w64-sqlite
options = !buildflags
options = !strip
options = staticlibs
- source = https://www.sqlite.org/2020/sqlite-autoconf-3310000.tar.gz
- sha256sums = 7c9d6e6d95751b2dd5cdc8c3e40f9883a89c2f0ac1ef6c54695227324849f1f0
+ source = https://www.sqlite.org/2020/sqlite-autoconf-3310100.tar.gz
+ sha256sums = 62284efebc05a76f909c580ffa5c008a7d22a1287285d68b7825a2b6b51949ae
pkgname = mingw-w64-sqlite
diff --git a/PKGBUILD b/PKGBUILD
index e0fd294a012e..1348decefc8b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
# Contributor: Filip Brcic <brcha at gna dot org>
pkgname=mingw-w64-sqlite
-_amalgamationver=3310000
-pkgver=3.31.0
+_amalgamationver=3310100
+pkgver=3.31.1
pkgrel=1
pkgdesc="A C library that implements an SQL database engine (mingw-w64)"
arch=('any')
@@ -15,7 +15,7 @@ options=('!buildflags' '!strip' 'staticlibs')
license=('custom:Public Domain')
url="https://www.sqlite.org/"
source=("https://www.sqlite.org/2020/sqlite-autoconf-${_amalgamationver}.tar.gz")
-sha256sums=('7c9d6e6d95751b2dd5cdc8c3e40f9883a89c2f0ac1ef6c54695227324849f1f0')
+sha256sums=('62284efebc05a76f909c580ffa5c008a7d22a1287285d68b7825a2b6b51949ae')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"