summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjazztickets2023-11-27 09:55:04 -0700
committerjazztickets2023-11-27 09:55:04 -0700
commitbf93b2cdf36177a7b0a519ffb339cb581e34c444 (patch)
tree5fc167abdabfc5b1cf2c20f3d97f70c87a8d1b53
parenteecadb9112227434e1603451d9e2ea7233de52c4 (diff)
downloadaur-bf93b2cdf36177a7b0a519ffb339cb581e34c444.tar.gz
3.44.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 33e8447faf50..a2a352b17bf8 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.44.1
+ pkgver = 3.44.2
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/2023/sqlite-autoconf-3440100.tar.gz
- sha256sums = 63c3181633844adb5e36187f75b8f31a51cd32487992a26b89bf26b22ecdcf48
+ source = https://www.sqlite.org/2023/sqlite-autoconf-3440200.tar.gz
+ sha256sums = 1c6719a148bc41cf0f2bbbe3926d7ce3f5ca09d878f1246fcc20767b175bb407
pkgname = mingw-w64-sqlite
diff --git a/PKGBUILD b/PKGBUILD
index 47cbd4cac915..959747af116e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,8 @@
# Contributor: Filip Brcic <brcha at gna dot org>
pkgname=mingw-w64-sqlite
-_amalgamationver=3440100
-pkgver=3.44.1
+_amalgamationver=3440200
+pkgver=3.44.2
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/2023/sqlite-autoconf-${_amalgamationver}.tar.gz")
-sha256sums=('63c3181633844adb5e36187f75b8f31a51cd32487992a26b89bf26b22ecdcf48')
+sha256sums=('1c6719a148bc41cf0f2bbbe3926d7ce3f5ca09d878f1246fcc20767b175bb407')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"