summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Sun2019-10-05 18:04:17 -0400
committerAndrew Sun2019-10-05 18:04:17 -0400
commit49e85583d961eece607b6955975692cc891d6f3a (patch)
tree9413a549b59362826b4ee4b7da10e8881f2fccd6
parent0eafa7b28770ee98a8fa7af738374babe667d050 (diff)
downloadaur-49e85583d961eece607b6955975692cc891d6f3a.tar.gz
3.30.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD16
2 files changed, 12 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a576a0195ee2..4347d06ec6d8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = mingw-w64-sqlite
pkgdesc = A C library that implements an SQL database engine (mingw-w64)
- pkgver = 3.29.0
+ pkgver = 3.30.0
pkgrel = 1
- url = http://www.sqlite.org/
+ url = https://www.sqlite.org/
arch = any
groups = mingw-w64
license = custom:Public Domain
@@ -13,8 +13,8 @@ pkgbase = mingw-w64-sqlite
options = !buildflags
options = !strip
options = staticlibs
- source = http://www.sqlite.org/2019/sqlite-autoconf-3290000.tar.gz
- sha256sums = 8e7c1e2950b5b04c5944a981cb31fffbf9d2ddda939d536838ebc854481afd5b
+ source = https://www.sqlite.org/2019/sqlite-autoconf-3300000.tar.gz
+ sha256sums = e0a8cf4c7a87455e55e10413d16f358ca121ccec687fe1301eac95e2d340fc58
pkgname = mingw-w64-sqlite
diff --git a/PKGBUILD b/PKGBUILD
index ff0bef0c4f12..7e00675e5f35 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
-# Maintainer: Andrew Sun <adsun701@gmail.com>
-# Contributor: napa3um <napa3um@gmail.com>
-# Contributor: Filip Brcic <brcha@gna.org>
+# Maintainer: 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=3290000
-pkgver=3.29.0
+_amalgamationver=3300000
+pkgver=3.30.0
pkgrel=1
pkgdesc="A C library that implements an SQL database engine (mingw-w64)"
arch=('any')
@@ -13,9 +13,9 @@ depends=('mingw-w64-crt')
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/2019/sqlite-autoconf-${_amalgamationver}.tar.gz")
-sha256sums=('8e7c1e2950b5b04c5944a981cb31fffbf9d2ddda939d536838ebc854481afd5b')
+url="https://www.sqlite.org/"
+source=("https://www.sqlite.org/2019/sqlite-autoconf-${_amalgamationver}.tar.gz")
+sha256sums=('e0a8cf4c7a87455e55e10413d16f358ca121ccec687fe1301eac95e2d340fc58')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"