diff --git a/srcpkgs/sqlite/template b/srcpkgs/sqlite/template index e01f03b94a8..044fbb81958 100644 --- a/srcpkgs/sqlite/template +++ b/srcpkgs/sqlite/template @@ -1,6 +1,6 @@ # Template build file for 'sqlite'. pkgname=sqlite -version=3.16.1 +version=3.16.2 revision=1 _amalgamationver=$(printf "%d%02d%02d00\n" ${version//./ }) wrksrc="sqlite-autoconf-${_amalgamationver}" @@ -12,7 +12,7 @@ maintainer="Juan RP " homepage="http://www.sqlite.org" license="Public Domain" distfiles="http://sqlite.org/2017/sqlite-autoconf-${_amalgamationver}.tar.gz" -checksum=13fbe45e3088b3955feb2ae68648a0f81586d6d519766b211767a1ffcd268fd0 +checksum=65cc0c3e9366f50c0679c5ccd31432cea894bc4a3e8947dabab88c8693263615 CFLAGS="-DSQLITE_ENABLE_DBSTAT_VTAB -DSQLITE_ENABLE_COLUMN_METADATA -DSQLITE_ENABLE_UNLOCK_NOTIFY -DSQLITE_SECURE_DELETE -DSQLITE_ENABLE_JSON1" # explicitly enable fdatasync