sqlite: update to 3.7.15.
This commit is contained in:
parent
1278f7f207
commit
72c5da2bf8
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template build file for 'sqlite'.
|
# Template build file for 'sqlite'.
|
||||||
pkgname=sqlite
|
pkgname=sqlite
|
||||||
version=3.7.14.1
|
version=3.7.15
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc=sqlite
|
wrksrc=sqlite
|
||||||
create_wrksrc=yes
|
create_wrksrc=yes
|
||||||
|
@ -10,9 +10,9 @@ short_desc="SQL Database Engine in a C Library"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://www.sqlite.org"
|
homepage="http://www.sqlite.org"
|
||||||
license="Public Domain"
|
license="Public Domain"
|
||||||
_amalgamationver=3071401
|
_amalgamationver=3071500
|
||||||
distfiles="http://www.sqlite.org/sqlite-autoconf-${_amalgamationver}.tar.gz"
|
distfiles="http://www.sqlite.org/sqlite-autoconf-${_amalgamationver}.tar.gz"
|
||||||
checksum=d46d302a63b23d9c3b80e519be12cb7d6a8d3da57bd9c119341a0aa8b3b28692
|
checksum=fee53abf5ce8f44ef37cdc734551d82295fc933f522911d371d3421ccd305d48
|
||||||
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
Add a link
Reference in a new issue