diff --git a/srcpkgs/sqlite/template b/srcpkgs/sqlite/template index 13d0f475c82..76b34f5b96f 100644 --- a/srcpkgs/sqlite/template +++ b/srcpkgs/sqlite/template @@ -1,6 +1,6 @@ # Template file for 'sqlite' pkgname=sqlite -version=3.27.1 +version=3.27.2 revision=1 _amalgamationver=$(printf "%d%02d%02d00\n" ${version//./ }) wrksrc="sqlite-autoconf-${_amalgamationver}" @@ -13,7 +13,7 @@ license="Public Domain" homepage="https://sqlite.org/" changelog="https://www.sqlite.org/releaselog/${version//./_}.html" distfiles="${homepage}/2019/sqlite-autoconf-${_amalgamationver}.tar.gz" -checksum=54a92b8ff73ff6181f89b9b0c08949119b99e8cccef93dbef90e852a8b10f4f8 +checksum=50c39e85ea28b5ecfdb3f9e860afe9ba606381e21836b2849efca6a0bfe6ef6e CFLAGS="-DSQLITE_ENABLE_DBSTAT_VTAB -DSQLITE_ENABLE_COLUMN_METADATA \ -DSQLITE_ENABLE_UNLOCK_NOTIFY -DSQLITE_SECURE_DELETE -DSQLITE_ENABLE_JSON1 \ @@ -24,7 +24,7 @@ CFLAGS+=" -DHAVE_FDATASYNC" disable_parallel_build=yes pre_configure() { - sed -i -e 's/ -ltinfo//g' configure + vsed -i -e 's/ -ltinfo//g' configure } sqlite-devel_package() {