sqlite: update to 3.27.2.

This commit is contained in:
maxice8 2019-02-25 20:33:18 -03:00 committed by maxice8
parent d9c31eaf54
commit 94640335bf
1 changed files with 3 additions and 3 deletions

View File

@ -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() {