From 6647b424f3f25447908b45a0e3b9fcd96a324512 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Fri, 8 Feb 2019 18:23:41 -0200 Subject: [PATCH] sqlite: update to 3.27.1. --- srcpkgs/sqlite/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/sqlite/template b/srcpkgs/sqlite/template index e435d9854f8..13d0f475c82 100644 --- a/srcpkgs/sqlite/template +++ b/srcpkgs/sqlite/template @@ -1,6 +1,6 @@ # Template file for 'sqlite' pkgname=sqlite -version=3.26.0 +version=3.27.1 revision=1 _amalgamationver=$(printf "%d%02d%02d00\n" ${version//./ }) wrksrc="sqlite-autoconf-${_amalgamationver}" @@ -12,8 +12,8 @@ maintainer="Juan RP " license="Public Domain" homepage="https://sqlite.org/" changelog="https://www.sqlite.org/releaselog/${version//./_}.html" -distfiles="${homepage}/2018/sqlite-autoconf-${_amalgamationver}.tar.gz" -checksum=5daa6a3fb7d1e8c767cd59c4ded8da6e4b00c61d3b466d0685e35c4dd6d7bf5d +distfiles="${homepage}/2019/sqlite-autoconf-${_amalgamationver}.tar.gz" +checksum=54a92b8ff73ff6181f89b9b0c08949119b99e8cccef93dbef90e852a8b10f4f8 CFLAGS="-DSQLITE_ENABLE_DBSTAT_VTAB -DSQLITE_ENABLE_COLUMN_METADATA \ -DSQLITE_ENABLE_UNLOCK_NOTIFY -DSQLITE_SECURE_DELETE -DSQLITE_ENABLE_JSON1 \