summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjazztickets2023-01-01 20:23:51 -0700
committerjazztickets2023-01-01 20:23:51 -0700
commit06a4cfccafc341f431b909d7085e12f4ef37c291 (patch)
treec0eb240d6c5ad640438909c257088780ee4a8f4d
parentc52f337fc7f98e8381e698f011c629f430f5d83e (diff)
downloadaur-06a4cfccafc341f431b909d7085e12f4ef37c291.tar.gz
3.40.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bda51ef205b1..350116dbb654 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.40.0
+ pkgver = 3.40.1
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-3400000.tar.gz
- sha256sums = 0333552076d2700c75352256e91c78bf5cd62491589ba0c69aed0a81868980e7
+ source = https://www.sqlite.org/2022/sqlite-autoconf-3400100.tar.gz
+ sha256sums = 2c5dea207fa508d765af1ef620b637dcb06572afa6f01f0815bd5bbf864b33d9
pkgname = mingw-w64-sqlite
diff --git a/PKGBUILD b/PKGBUILD
index 76171f6f1e67..8442edf7f900 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,8 @@
# Contributor: Filip Brcic <brcha at gna dot org>
pkgname=mingw-w64-sqlite
-_amalgamationver=3400000
-pkgver=3.40.0
+_amalgamationver=3400100
+pkgver=3.40.1
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=('0333552076d2700c75352256e91c78bf5cd62491589ba0c69aed0a81868980e7')
+sha256sums=('2c5dea207fa508d765af1ef620b637dcb06572afa6f01f0815bd5bbf864b33d9')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"