From 5b479aebf1e63445f6aa96052899d424a1482ef2 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sat, 17 Oct 2015 09:12:31 +0200 Subject: [PATCH] sqlite: update to 3.9.1. --- srcpkgs/sqlite/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/sqlite/template b/srcpkgs/sqlite/template index 7b0cf1afea8..69923e247e0 100644 --- a/srcpkgs/sqlite/template +++ b/srcpkgs/sqlite/template @@ -1,8 +1,8 @@ # Template build file for 'sqlite'. pkgname=sqlite -version=3.9.0 +version=3.9.1 revision=1 -_amalgamationver=3090000 +_amalgamationver=3090100 wrksrc="sqlite-autoconf-${_amalgamationver}" build_pie=yes build_style=gnu-configure @@ -13,7 +13,7 @@ maintainer="Juan RP " homepage="http://www.sqlite.org" license="Public Domain" distfiles="http://www.sqlite.org/2015/sqlite-autoconf-${_amalgamationver}.tar.gz" -checksum=a324143f4cc35cd7e9605a0a8dec9f9e4861d0be8305f3642e7d05008b77e60d +checksum=d89d0e1d93deafebd0aa067d20d9029d9914ccde244920d9dd09ea51944e1c6c CFLAGS="-DSQLITE_ENABLE_DBSTAT_VTAB -DSQLITE_ENABLE_COLUMN_METADATA -DSQLITE_ENABLE_UNLOCK_NOTIFY -DSQLITE_SECURE_DELETE -DSQLITE_ENABLE_JSON1"