summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Sun2020-08-19 18:33:41 -0400
committerAndrew Sun2020-08-19 18:33:41 -0400
commit140ee7c12f142a2fa46f707db8b62c265c364271 (patch)
tree49928dc56cabadb713993113ca6787760fdcc93f
parent114016cdf6032cf8024d369dd79d521b411e6013 (diff)
downloadaur-140ee7c12f142a2fa46f707db8b62c265c364271.tar.gz
3.33.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dc01018c7e48..1c5584865061 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.32.3
+ pkgver = 3.33.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-3320300.tar.gz
- sha256sums = a31507123c1c2e3a210afec19525fd7b5bb1e19a6a34ae5b998fbd7302568b66
+ source = https://www.sqlite.org/2020/sqlite-autoconf-3330000.tar.gz
+ sha256sums = 106a2c48c7f75a298a7557bcc0d5f4f454e5b43811cc738b7ca294d6956bbb15
pkgname = mingw-w64-sqlite
diff --git a/PKGBUILD b/PKGBUILD
index 7d7ef7531ce2..dea68746e188 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
# Contributor: Filip Brcic <brcha at gna dot org>
pkgname=mingw-w64-sqlite
-_amalgamationver=3320300
-pkgver=3.32.3
+_amalgamationver=3330000
+pkgver=3.33.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=('a31507123c1c2e3a210afec19525fd7b5bb1e19a6a34ae5b998fbd7302568b66')
+sha256sums=('106a2c48c7f75a298a7557bcc0d5f4f454e5b43811cc738b7ca294d6956bbb15')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"