summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjazztickets2022-02-24 18:40:01 -0700
committerjazztickets2022-02-24 18:40:01 -0700
commitb5bf8c00a1742c28963fef710fbd47252342f71f (patch)
tree52ec8e90295afa5e7db7af75ddbb17442aef6b90
parentbccc0a1e9630ad9c3c2069f2de6cd41d3a052016 (diff)
downloadaur-b5bf8c00a1742c28963fef710fbd47252342f71f.tar.gz
3.38.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a2d91c755e89..988e814bf3fe 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.37.2
+ pkgver = 3.38.0
pkgrel = 1
url = https://www.sqlite.org/
arch = any
@@ -13,7 +13,7 @@ pkgbase = mingw-w64-sqlite
options = !buildflags
options = !strip
options = staticlibs
- source = https://www.sqlite.org/2022/sqlite-autoconf-3370200.tar.gz
- sha256sums = 4089a8d9b467537b3f246f217b84cd76e00b1d1a971fe5aca1e30e230e46b2d8
+ source = https://www.sqlite.org/2022/sqlite-autoconf-3380000.tar.gz
+ sha256sums = 1c76e25dc63d9f3935e0f406aec520a33ee77cf54ea5147dffe1fae8369eff68
pkgname = mingw-w64-sqlite
diff --git a/PKGBUILD b/PKGBUILD
index ce62f12a9a32..6c44df54f7b0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,8 @@
# Contributor: Filip Brcic <brcha at gna dot org>
pkgname=mingw-w64-sqlite
-_amalgamationver=3370200
-pkgver=3.37.2
+_amalgamationver=3380000
+pkgver=3.38.0
pkgrel=1
pkgdesc="A C library that implements an SQL database engine (mingw-w64)"
arch=('any')
@@ -16,7 +16,7 @@ options=('!buildflags' '!strip' 'staticlibs')
license=('custom:Public Domain')
url="https://www.sqlite.org/"
source=("https://www.sqlite.org/2022/sqlite-autoconf-${_amalgamationver}.tar.gz")
-sha256sums=('4089a8d9b467537b3f246f217b84cd76e00b1d1a971fe5aca1e30e230e46b2d8')
+sha256sums=('1c76e25dc63d9f3935e0f406aec520a33ee77cf54ea5147dffe1fae8369eff68')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"