diff --git a/srcpkgs/sqlite/template b/srcpkgs/sqlite/template index 61fc7a8e20..a1809fd6db 100644 --- a/srcpkgs/sqlite/template +++ b/srcpkgs/sqlite/template @@ -1,6 +1,6 @@ # Template build file for 'sqlite'. pkgname=sqlite -version=3.7.14 +version=3.7.14.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=3071400 +_amalgamationver=3071401 distfiles="http://www.sqlite.org/sqlite-autoconf-${_amalgamationver}.tar.gz" -checksum=de6c01d9fabf4d10733b1920d9a3143634ed516b90f4759b3b5b79857a39b724 +checksum=d46d302a63b23d9c3b80e519be12cb7d6a8d3da57bd9c119341a0aa8b3b28692 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