sqlite: updated to 3.6.4.
--HG-- extra : convert_revision : a054dbc21dea50b1e8068d2ba5ca94a448288ff6
This commit is contained in:
parent
009c05c517
commit
ae3bc61f35
|
@ -1,6 +1,6 @@
|
||||||
# Template build file for 'sqlite'.
|
# Template build file for 'sqlite'.
|
||||||
pkgname=sqlite
|
pkgname=sqlite
|
||||||
version=3.6.3
|
version=3.6.4
|
||||||
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_args="--disable-tcl --enable-load-extension --with-readline-inc="
|
configure_args="--disable-tcl --enable-load-extension --with-readline-inc="
|
||||||
|
@ -8,7 +8,7 @@ make_cmd="$XBPS_MASTERDIR/bin/gmake"
|
||||||
pkgconfig_override="sqlite3.pc"
|
pkgconfig_override="sqlite3.pc"
|
||||||
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=3fec400f69e4c15a90a7f0715d4ef1c8d87f1700
|
checksum=b420b8a196807feb5162f293ea64e7741a633e92
|
||||||
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…
Reference in New Issue