diff --git a/srcpkgs/sqlite/sqlite-tcl.template b/srcpkgs/sqlite/sqlite-tcl.template index aa6080152ab..1ab20549418 100644 --- a/srcpkgs/sqlite/sqlite-tcl.template +++ b/srcpkgs/sqlite/sqlite-tcl.template @@ -1,6 +1,5 @@ # Template file for 'sqlite-tcl'. # -revision=1 short_desc="${sourcepkg} TCL bindings" long_desc="${long_desc} diff --git a/srcpkgs/sqlite/template b/srcpkgs/sqlite/template index ddbef191326..f5f0f06ddf8 100644 --- a/srcpkgs/sqlite/template +++ b/srcpkgs/sqlite/template @@ -1,16 +1,15 @@ # Template build file for 'sqlite'. pkgname=sqlite -version=3.7.9 -_amalgamationver=3070900 +version=3.7.10 +_amalgamationver=3071000 wrksrc=sqlite create_wrksrc=yes distfiles="http://www.sqlite.org/sqlite-autoconf-${_amalgamationver}.tar.gz" -revision=1 short_desc="SQL Database Engine in a C Library" maintainer="Juan RP " homepage="http://www.sqlite.org" license="Public Domain" -checksum=7be6cdb375505e5d9a4aee88b2ddb6ea0d9d29c9545114ff77b345e1fa812439 +checksum=9c1775057af5cc8b6cc64808b9553d77beccf3757e16ecee3bc878404d9c43e3 long_desc=" SQLite is a C library that implements an SQL database engine. Programs that link with the SQLite library can have SQL database access without