sqlite: update to 3.7.13.
This commit is contained in:
parent
aec8900e8f
commit
fd2d842c76
|
@ -1,18 +1,18 @@
|
||||||
# Template build file for 'sqlite'.
|
# Template build file for 'sqlite'.
|
||||||
pkgname=sqlite
|
pkgname=sqlite
|
||||||
version=3.7.12.1
|
version=3.7.13
|
||||||
|
revision=1
|
||||||
wrksrc=sqlite
|
wrksrc=sqlite
|
||||||
create_wrksrc=yes
|
create_wrksrc=yes
|
||||||
subpackages="$pkgname-devel $pkgname-tcl"
|
subpackages="$pkgname-devel $pkgname-tcl"
|
||||||
makedepends="readline-devel tcl-devel"
|
makedepends="readline-devel tcl-devel"
|
||||||
revision=1
|
|
||||||
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>"
|
||||||
homepage="http://www.sqlite.org"
|
homepage="http://www.sqlite.org"
|
||||||
license="Public Domain"
|
license="Public Domain"
|
||||||
_amalgamationver=3071201
|
_amalgamationver=3071300
|
||||||
distfiles="http://www.sqlite.org/sqlite-autoconf-${_amalgamationver}.tar.gz"
|
distfiles="http://www.sqlite.org/sqlite-autoconf-${_amalgamationver}.tar.gz"
|
||||||
checksum=b4ce93881cb88e7d1d0f2ad50a206b600163b40fea6df9d0749ad152aaebf845
|
checksum=ac566819f82ec4cc2ff6c5cc90987ca38e589efbd79ff263838bbc62356ab119
|
||||||
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