From 3e6bc2b577b15a57507c9a977e9e50e72a8aa342 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Thu, 20 Dec 2012 17:32:30 +0100 Subject: [PATCH] sqlite: update to 3.7.15.1. --- srcpkgs/sqlite/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/sqlite/template b/srcpkgs/sqlite/template index 1f208cd998f..e2375570c5f 100644 --- a/srcpkgs/sqlite/template +++ b/srcpkgs/sqlite/template @@ -1,6 +1,6 @@ # Template build file for 'sqlite'. pkgname=sqlite -version=3.7.15 +version=3.7.15.1 revision=1 wrksrc=sqlite create_wrksrc=yes @@ -10,9 +10,9 @@ short_desc="SQL Database Engine in a C Library" maintainer="Juan RP " homepage="http://www.sqlite.org" license="Public Domain" -_amalgamationver=3071500 +_amalgamationver=3071501 distfiles="http://www.sqlite.org/sqlite-autoconf-${_amalgamationver}.tar.gz" -checksum=fee53abf5ce8f44ef37cdc734551d82295fc933f522911d371d3421ccd305d48 +checksum=e8809bd9a292be777f76c97c7e77ab41f7d1020776ded5a631da3985b4b26afd 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