summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjazztickets2023-05-18 09:57:54 -0600
committerjazztickets2023-05-18 09:57:54 -0600
commita82328f6f3b35c8c662184bf46b611b91fb9e489 (patch)
tree831c49ad7185ed03348bf2ad2e5c6a699eef4a1d
parent5efa9bfcec1e5cd21f0e14e44d506b2f29f9e50d (diff)
downloadaur-a82328f6f3b35c8c662184bf46b611b91fb9e489.tar.gz
3.42.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
-rwxr-xr-xupgrade.sh1
3 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6a8409ea9762..431acce604c0 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.41.2
+ pkgver = 3.42.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/2023/sqlite-autoconf-3410200.tar.gz
- sha256sums = e98c100dd1da4e30fa460761dab7c0b91a50b785e167f8c57acc46514fae9499
+ source = https://www.sqlite.org/2023/sqlite-autoconf-3420000.tar.gz
+ sha256sums = 7abcfd161c6e2742ca5c6c0895d1f853c940f203304a0b49da4e1eca5d088ca6
pkgname = mingw-w64-sqlite
diff --git a/PKGBUILD b/PKGBUILD
index 7aa351b4f602..72cb6265ffe0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,8 @@
# Contributor: Filip Brcic <brcha at gna dot org>
pkgname=mingw-w64-sqlite
-_amalgamationver=3410200
-pkgver=3.41.2
+_amalgamationver=3420000
+pkgver=3.42.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/2023/sqlite-autoconf-${_amalgamationver}.tar.gz")
-sha256sums=('e98c100dd1da4e30fa460761dab7c0b91a50b785e167f8c57acc46514fae9499')
+sha256sums=('7abcfd161c6e2742ca5c6c0895d1f853c940f203304a0b49da4e1eca5d088ca6')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"
diff --git a/upgrade.sh b/upgrade.sh
index 4f305f139666..df9e30de78c8 100755
--- a/upgrade.sh
+++ b/upgrade.sh
@@ -5,7 +5,6 @@
pacman -Q | grep sqlite
echo "Enter new version: "
read -r version
-#version=3.41.2
# check version
if [ -z "$version" ]; then