From a400c579c0db0362fc50f060590f316bd385af6c Mon Sep 17 00:00:00 2001 From: ologantr Date: Sun, 26 Jun 2022 21:43:15 +0200 Subject: [PATCH] sqlite: update to 3.39.0. --- srcpkgs/sqlite/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/sqlite/template b/srcpkgs/sqlite/template index 5ca279068b5d..75ca796cef16 100644 --- a/srcpkgs/sqlite/template +++ b/srcpkgs/sqlite/template @@ -1,6 +1,6 @@ # Template file for 'sqlite' pkgname=sqlite -version=3.38.5 +version=3.39.0 revision=1 _amalgamationver=$(printf "%d%02d%02d00\n" ${version//./ }) wrksrc="sqlite-autoconf-${_amalgamationver}" @@ -11,9 +11,9 @@ short_desc="SQL Database Engine in a C Library" maintainer="Anthony Iliopoulos " license="Public Domain" homepage="https://sqlite.org/" -changelog="https://www.sqlite.org/releaselog/${version//./_}.html" +changelog="https://www.sqlite.org/changes.html" distfiles="${homepage}/2022/sqlite-autoconf-${_amalgamationver}.tar.gz" -checksum=5af07de982ba658fd91a03170c945f99c971f6955bc79df3266544373e39869c +checksum=e90bcaef6dd5813fcdee4e867f6b65f3c9bfd0aec0f1017f9f3bbce1e4ed09e2 CFLAGS="-DSQLITE_ENABLE_DBSTAT_VTAB -DSQLITE_ENABLE_COLUMN_METADATA \ -DSQLITE_ENABLE_UNLOCK_NOTIFY -DSQLITE_SECURE_DELETE \