sqlite: update to 3.27.1.
This commit is contained in:
parent
1cf617705b
commit
6647b424f3
1 changed files with 3 additions and 3 deletions
|
@ -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 <xtraeme@voidlinux.org>"
|
|||
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 \
|
||||
|
|
Loading…
Reference in a new issue