mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
sqlite: update to 3.6.15.
--HG-- extra : convert_revision : c4b4e2deb8c2616a631cf85e006b77fc7eb030e9
This commit is contained in:
parent
c3e073f1d7
commit
076a54e583
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template build file for 'sqlite'.
|
# Template build file for 'sqlite'.
|
||||||
pkgname=sqlite
|
pkgname=sqlite
|
||||||
sourcepkg=$pkgname
|
sourcepkg=$pkgname
|
||||||
version=3.6.13
|
version=3.6.15
|
||||||
distfiles="http://sqlite.org/$pkgname-$version.tar.gz"
|
distfiles="http://sqlite.org/$pkgname-$version.tar.gz"
|
||||||
build_style=gnu_configure
|
build_style=gnu_configure
|
||||||
configure_env="CPPFLAGS=-DSQLITE_ENABLE_COLUMN_METADATA=1 LIBS=-ldl"
|
configure_env="CPPFLAGS=-DSQLITE_ENABLE_COLUMN_METADATA=1 LIBS=-ldl"
|
||||||
|
@ -9,7 +9,7 @@ configure_args="--disable-tcl --enable-load-extension --enable-threadsafe
|
||||||
--enable-threads-override-locks --enable-cross-thread-connections"
|
--enable-threads-override-locks --enable-cross-thread-connections"
|
||||||
short_desc="SQL Database Engine in a C Library"
|
short_desc="SQL Database Engine in a C Library"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
checksum=2ca2591847df72224dd6f99c8fffe35bb63bf41a8519d8e15ad48141aa841bfa
|
checksum=7c904cee3c4fa642d32389ff937f85741a0fc15417da7958cc21b94d37bdaea3
|
||||||
long_desc="
|
long_desc="
|
||||||
SQLite is a C library that implements an SQL database engine. Programs
|
SQLite is a C library that implements an SQL database engine. Programs
|
||||||
that link with the SQLite library can have SQL database access without
|
that link with the SQLite library can have SQL database access without
|
||||||
|
|
Loading…
Add table
Reference in a new issue