summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Sun2020-12-03 10:19:50 -0500
committerAndrew Sun2020-12-03 10:19:50 -0500
commit775c0f1519863302ed012084b1d6f62c2f642d9a (patch)
treee400ac705a7bfad510b6c580cf5465d14b6ea04c
parent140ee7c12f142a2fa46f707db8b62c265c364271 (diff)
downloadaur-775c0f1519863302ed012084b1d6f62c2f642d9a.tar.gz
3.34.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1c5584865061..02416a77bb0c 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.33.0
+ pkgver = 3.34.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-3330000.tar.gz
- sha256sums = 106a2c48c7f75a298a7557bcc0d5f4f454e5b43811cc738b7ca294d6956bbb15
+ source = https://www.sqlite.org/2020/sqlite-autoconf-3340000.tar.gz
+ sha256sums = bf6db7fae37d51754737747aaaf413b4d6b3b5fbacd52bdb2d0d6e5b2edd9aee
pkgname = mingw-w64-sqlite
diff --git a/PKGBUILD b/PKGBUILD
index dea68746e188..3bc6bc4cbd75 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
-# Maintainer: Andrew Sun <adsun701 at gmail dot com>
+# Contributor: Andrew Sun <adsun701 at gmail dot com>
# Contributor: napa3um <napa3um at gmail dot com>
# Contributor: Filip Brcic <brcha at gna dot org>
pkgname=mingw-w64-sqlite
-_amalgamationver=3330000
-pkgver=3.33.0
+_amalgamationver=3340000
+pkgver=3.34.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=('106a2c48c7f75a298a7557bcc0d5f4f454e5b43811cc738b7ca294d6956bbb15')
+sha256sums=('bf6db7fae37d51754737747aaaf413b4d6b3b5fbacd52bdb2d0d6e5b2edd9aee')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"