From 157c393ff3ca1d872206c49201da6fd92c29babb Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sun, 22 May 2011 12:54:27 +0200 Subject: [PATCH] sqlite: update to 3.7.6.3. --- srcpkgs/sqlite/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/sqlite/template b/srcpkgs/sqlite/template index 3940b86b856..e5f6f9a6b74 100644 --- a/srcpkgs/sqlite/template +++ b/srcpkgs/sqlite/template @@ -1,14 +1,14 @@ # Template build file for 'sqlite'. pkgname=sqlite -version=3.7.6.1 -_amalgamationver=3070601 +version=3.7.6.3 +_amalgamationver=3070603 wrksrc=sqlite create_wrksrc=yes distfiles="http://www.sqlite.org/sqlite-autoconf-${_amalgamationver}.tar.gz" build_style=custom-install short_desc="SQL Database Engine in a C Library" maintainer="Juan RP " -checksum=79b7de2483cbbfa79721c9414d4c7acda00ba98a8b1fe73460fe57c173651ad4 +checksum=bd96d66c8a140776720c028f2eb09d4ff4b0bf9bde2f4f4cb707e26aad873b9a 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