mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 08:52:56 +02:00
sqlite: update to 3.28.0.
This commit is contained in:
parent
b419f08e24
commit
be63d5430c
1 changed files with 3 additions and 3 deletions
|
@ -1,19 +1,19 @@
|
||||||
# Template file for 'sqlite'
|
# Template file for 'sqlite'
|
||||||
pkgname=sqlite
|
pkgname=sqlite
|
||||||
version=3.27.2
|
version=3.28.0
|
||||||
revision=1
|
revision=1
|
||||||
_amalgamationver=$(printf "%d%02d%02d00\n" ${version//./ })
|
_amalgamationver=$(printf "%d%02d%02d00\n" ${version//./ })
|
||||||
wrksrc="sqlite-autoconf-${_amalgamationver}"
|
wrksrc="sqlite-autoconf-${_amalgamationver}"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-threadsafe --enable-dynamic-extensions --enable-fts5"
|
configure_args="--enable-threadsafe --enable-dynamic-extensions --enable-fts5"
|
||||||
makedepends="libedit-devel"
|
makedepends="libedit-devel zlib-devel"
|
||||||
short_desc="SQL Database Engine in a C Library"
|
short_desc="SQL Database Engine in a C Library"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.org>"
|
maintainer="Juan RP <xtraeme@voidlinux.org>"
|
||||||
license="Public Domain"
|
license="Public Domain"
|
||||||
homepage="https://sqlite.org/"
|
homepage="https://sqlite.org/"
|
||||||
changelog="https://www.sqlite.org/releaselog/${version//./_}.html"
|
changelog="https://www.sqlite.org/releaselog/${version//./_}.html"
|
||||||
distfiles="${homepage}/2019/sqlite-autoconf-${_amalgamationver}.tar.gz"
|
distfiles="${homepage}/2019/sqlite-autoconf-${_amalgamationver}.tar.gz"
|
||||||
checksum=50c39e85ea28b5ecfdb3f9e860afe9ba606381e21836b2849efca6a0bfe6ef6e
|
checksum=d61b5286f062adfce5125eaf544d495300656908e61fca143517afcc0a89b7c3
|
||||||
|
|
||||||
CFLAGS="-DSQLITE_ENABLE_DBSTAT_VTAB -DSQLITE_ENABLE_COLUMN_METADATA \
|
CFLAGS="-DSQLITE_ENABLE_DBSTAT_VTAB -DSQLITE_ENABLE_COLUMN_METADATA \
|
||||||
-DSQLITE_ENABLE_UNLOCK_NOTIFY -DSQLITE_SECURE_DELETE -DSQLITE_ENABLE_JSON1 \
|
-DSQLITE_ENABLE_UNLOCK_NOTIFY -DSQLITE_SECURE_DELETE -DSQLITE_ENABLE_JSON1 \
|
||||||
|
|
Loading…
Add table
Reference in a new issue