summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Sun2019-02-26 18:19:42 -0500
committerAndrew Sun2019-02-26 18:19:42 -0500
commit5ba7139c48dd7dbee6734b1fe14270d88001a92a (patch)
treeec9dc25ac10590ff80e932d8e59cce7276ca406d
parente415b91dc24f56a7fdec5adf7f3a9207e0865948 (diff)
downloadaur-5ba7139c48dd7dbee6734b1fe14270d88001a92a.tar.gz
mingw-w64-sqlite: update to 3.27.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ec41b99a4670..32d24b245a80 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.27.1
+ pkgver = 3.27.2
pkgrel = 1
url = http://www.sqlite.org/
arch = any
@@ -13,8 +13,8 @@ pkgbase = mingw-w64-sqlite
options = !buildflags
options = !strip
options = staticlibs
- source = http://www.sqlite.org/2019/sqlite-autoconf-3270100.tar.gz
- sha256sums = 54a92b8ff73ff6181f89b9b0c08949119b99e8cccef93dbef90e852a8b10f4f8
+ source = http://www.sqlite.org/2019/sqlite-autoconf-3270200.tar.gz
+ sha256sums = 50c39e85ea28b5ecfdb3f9e860afe9ba606381e21836b2849efca6a0bfe6ef6e
pkgname = mingw-w64-sqlite
diff --git a/PKGBUILD b/PKGBUILD
index dd2affed730e..160296270c32 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
# Contributor: Filip Brcic <brcha@gna.org>
pkgname=mingw-w64-sqlite
-_amalgamationver=3270100
-pkgver=3.27.1
+_amalgamationver=3270200
+pkgver=3.27.2
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=('54a92b8ff73ff6181f89b9b0c08949119b99e8cccef93dbef90e852a8b10f4f8')
+sha256sums=('50c39e85ea28b5ecfdb3f9e860afe9ba606381e21836b2849efca6a0bfe6ef6e')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"