From abada4132a59ccd14fd9b27445febca0df06d372 Mon Sep 17 00:00:00 2001 From: Anthony Iliopoulos Date: Sun, 6 Oct 2019 13:36:54 +0200 Subject: [PATCH] sqlite: update to 3.30.0. --- srcpkgs/sqlite/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/sqlite/template b/srcpkgs/sqlite/template index 137f3d6c8ff..1f08b17490a 100644 --- a/srcpkgs/sqlite/template +++ b/srcpkgs/sqlite/template @@ -1,6 +1,6 @@ # Template file for 'sqlite' pkgname=sqlite -version=3.29.0 +version=3.30.0 revision=1 _amalgamationver=$(printf "%d%02d%02d00\n" ${version//./ }) wrksrc="sqlite-autoconf-${_amalgamationver}" @@ -8,12 +8,12 @@ build_style=gnu-configure configure_args="--enable-threadsafe --enable-dynamic-extensions --enable-fts5" makedepends="libedit-devel zlib-devel" short_desc="SQL Database Engine in a C Library" -maintainer="Orphaned " +maintainer="Anthony Iliopoulos " license="Public Domain" homepage="https://sqlite.org/" changelog="https://www.sqlite.org/releaselog/${version//./_}.html" distfiles="${homepage}/2019/sqlite-autoconf-${_amalgamationver}.tar.gz" -checksum=8e7c1e2950b5b04c5944a981cb31fffbf9d2ddda939d536838ebc854481afd5b +checksum=e0a8cf4c7a87455e55e10413d16f358ca121ccec687fe1301eac95e2d340fc58 CFLAGS="-DSQLITE_ENABLE_DBSTAT_VTAB -DSQLITE_ENABLE_COLUMN_METADATA \ -DSQLITE_ENABLE_UNLOCK_NOTIFY -DSQLITE_SECURE_DELETE -DSQLITE_ENABLE_JSON1 \