From a52b9acf60f4f49fec8558505646b9c8d24f5f96 Mon Sep 17 00:00:00 2001 From: oreo639 Date: Mon, 25 Mar 2024 14:14:02 -0700 Subject: [PATCH] sqlite: update to 3.45.2. --- srcpkgs/sqlite/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/sqlite/template b/srcpkgs/sqlite/template index 1ef9ef88cfb..1d548eb4795 100644 --- a/srcpkgs/sqlite/template +++ b/srcpkgs/sqlite/template @@ -1,7 +1,7 @@ # Template file for 'sqlite' pkgname=sqlite -version=3.44.2 -revision=2 +version=3.45.2 +revision=1 _amalgamationver=$(printf "%d%02d%02d00\n" ${version//./ }) build_style=gnu-configure configure_args="--enable-threadsafe --enable-dynamic-extensions --enable-fts5" @@ -11,8 +11,8 @@ maintainer="Orphaned " license="Public Domain" homepage="https://sqlite.org/" changelog="https://www.sqlite.org/changes.html" -distfiles="https://sqlite.org/2023/sqlite-autoconf-${_amalgamationver}.tar.gz" -checksum=1c6719a148bc41cf0f2bbbe3926d7ce3f5ca09d878f1246fcc20767b175bb407 +distfiles="https://sqlite.org/2024/sqlite-autoconf-${_amalgamationver}.tar.gz" +checksum=bc9067442eedf3dd39989b5c5cfbfff37ae66cc9c99274e0c3052dc4d4a8f6ae CFLAGS="-DSQLITE_ENABLE_DBSTAT_VTAB -DSQLITE_ENABLE_COLUMN_METADATA \ -DSQLITE_ENABLE_UNLOCK_NOTIFY -DSQLITE_SECURE_DELETE \