summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrew Sun2019-04-16 20:44:17 -0400
committerAndrew Sun2019-04-16 20:44:17 -0400
commit188faf5793c3e9a8dbdbbbda191d24eaa4a49fca (patch)
tree16f77886d03ee09fb01de501e3b96f1283fee7c0 /PKGBUILD
parent5ba7139c48dd7dbee6734b1fe14270d88001a92a (diff)
downloadaur-188faf5793c3e9a8dbdbbbda191d24eaa4a49fca.tar.gz
mingw-w64-sqlite: update to 3.28.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 160296270c32..4bad3a7b3298 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
# Contributor: Filip Brcic <brcha@gna.org>
pkgname=mingw-w64-sqlite
-_amalgamationver=3270200
-pkgver=3.27.2
+_amalgamationver=3280000
+pkgver=3.28.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="http://www.sqlite.org/"
source=("http://www.sqlite.org/2019/sqlite-autoconf-${_amalgamationver}.tar.gz")
-sha256sums=('50c39e85ea28b5ecfdb3f9e860afe9ba606381e21836b2849efca6a0bfe6ef6e')
+sha256sums=('d61b5286f062adfce5125eaf544d495300656908e61fca143517afcc0a89b7c3')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"