summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Sun2019-02-08 17:49:18 -0500
committerAndrew Sun2019-02-08 17:49:18 -0500
commite415b91dc24f56a7fdec5adf7f3a9207e0865948 (patch)
tree2afc4bc4c46fe36da27257838cb9e75c3d02a365
parent234900b1c08ae7d2b89cf64edabb6ef1ab6ad19f (diff)
downloadaur-e415b91dc24f56a7fdec5adf7f3a9207e0865948.tar.gz
mingw-w64-sqlite: update to 3.27.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 355a695188e1..ec41b99a4670 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.26.0
+ pkgver = 3.27.1
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/2018/sqlite-autoconf-3260000.tar.gz
- sha256sums = 5daa6a3fb7d1e8c767cd59c4ded8da6e4b00c61d3b466d0685e35c4dd6d7bf5d
+ source = http://www.sqlite.org/2019/sqlite-autoconf-3270100.tar.gz
+ sha256sums = 54a92b8ff73ff6181f89b9b0c08949119b99e8cccef93dbef90e852a8b10f4f8
pkgname = mingw-w64-sqlite
diff --git a/PKGBUILD b/PKGBUILD
index 2ba67fc1b514..dd2affed730e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
# Contributor: Filip Brcic <brcha@gna.org>
pkgname=mingw-w64-sqlite
-_amalgamationver=3260000
-pkgver=3.26.0
+_amalgamationver=3270100
+pkgver=3.27.1
pkgrel=1
pkgdesc="A C library that implements an SQL database engine (mingw-w64)"
arch=('any')
@@ -14,8 +14,8 @@ makedepends=('mingw-w64-configure' 'mingw-w64-pdcurses' 'mingw-w64-readline')
options=('!buildflags' '!strip' 'staticlibs')
license=('custom:Public Domain')
url="http://www.sqlite.org/"
-source=("http://www.sqlite.org/2018/sqlite-autoconf-${_amalgamationver}.tar.gz")
-sha256sums=('5daa6a3fb7d1e8c767cd59c4ded8da6e4b00c61d3b466d0685e35c4dd6d7bf5d')
+source=("http://www.sqlite.org/2019/sqlite-autoconf-${_amalgamationver}.tar.gz")
+sha256sums=('54a92b8ff73ff6181f89b9b0c08949119b99e8cccef93dbef90e852a8b10f4f8')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"