diff --git a/templates/sqlite.tmpl b/templates/sqlite.tmpl index 9ca2628ad9..bb008f6913 100644 --- a/templates/sqlite.tmpl +++ b/templates/sqlite.tmpl @@ -1,6 +1,6 @@ # Template build file for 'sqlite'. pkgname=sqlite -version=3.6.3 +version=3.6.4 distfiles="http://sqlite.org/$pkgname-$version@.tar.gz" build_style=gnu_configure configure_args="--disable-tcl --enable-load-extension --with-readline-inc=" @@ -8,7 +8,7 @@ make_cmd="$XBPS_MASTERDIR/bin/gmake" pkgconfig_override="sqlite3.pc" short_desc="SQL Database Engine in a C Library" maintainer="Juan RP " -checksum=3fec400f69e4c15a90a7f0715d4ef1c8d87f1700 +checksum=b420b8a196807feb5162f293ea64e7741a633e92 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