sqlite: update to 3.7.6.3.
This commit is contained in:
parent
42dddb49da
commit
157c393ff3
1 changed files with 3 additions and 3 deletions
|
@ -1,14 +1,14 @@
|
||||||
# Template build file for 'sqlite'.
|
# Template build file for 'sqlite'.
|
||||||
pkgname=sqlite
|
pkgname=sqlite
|
||||||
version=3.7.6.1
|
version=3.7.6.3
|
||||||
_amalgamationver=3070601
|
_amalgamationver=3070603
|
||||||
wrksrc=sqlite
|
wrksrc=sqlite
|
||||||
create_wrksrc=yes
|
create_wrksrc=yes
|
||||||
distfiles="http://www.sqlite.org/sqlite-autoconf-${_amalgamationver}.tar.gz"
|
distfiles="http://www.sqlite.org/sqlite-autoconf-${_amalgamationver}.tar.gz"
|
||||||
build_style=custom-install
|
build_style=custom-install
|
||||||
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=79b7de2483cbbfa79721c9414d4c7acda00ba98a8b1fe73460fe57c173651ad4
|
checksum=bd96d66c8a140776720c028f2eb09d4ff4b0bf9bde2f4f4cb707e26aad873b9a
|
||||||
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 a new issue