summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Sun2020-05-26 18:15:47 -0400
committerAndrew Sun2020-05-26 18:15:47 -0400
commite9436672855097175ca1335102115c3fe29c540b (patch)
tree03123b9609cdf4a161ef9e9002b72206df7aec95
parent443748608930456f5b36dac308733fc7e01712ce (diff)
downloadaur-e9436672855097175ca1335102115c3fe29c540b.tar.gz
3.32.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b8fb8621a5e9..0c2db42b8d30 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.1
+ pkgver = 3.32.0
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-3310100.tar.gz
- sha256sums = 62284efebc05a76f909c580ffa5c008a7d22a1287285d68b7825a2b6b51949ae
+ source = https://www.sqlite.org/2020/sqlite-autoconf-3320000.tar.gz
+ sha256sums = 598317fd74f5dcc8921949c47665b9e512d0d9c6a445a2e843430f04dc10bda4
pkgname = mingw-w64-sqlite
diff --git a/PKGBUILD b/PKGBUILD
index 1348decefc8b..55c064723e42 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
# Contributor: Filip Brcic <brcha at gna dot org>
pkgname=mingw-w64-sqlite
-_amalgamationver=3310100
-pkgver=3.31.1
+_amalgamationver=3320000
+pkgver=3.32.0
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=('62284efebc05a76f909c580ffa5c008a7d22a1287285d68b7825a2b6b51949ae')
+sha256sums=('598317fd74f5dcc8921949c47665b9e512d0d9c6a445a2e843430f04dc10bda4')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"