From b48bfd71baa6afc59d3f35ec13dae8ec788ce4b3 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 28 Jul 2015 07:06:07 +0200 Subject: [PATCH] sqlite: update to 3.8.11. --- srcpkgs/sqlite/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/sqlite/template b/srcpkgs/sqlite/template index 439fc4436a3..0ee03303a21 100644 --- a/srcpkgs/sqlite/template +++ b/srcpkgs/sqlite/template @@ -1,8 +1,8 @@ # Template build file for 'sqlite'. pkgname=sqlite -version=3.8.10.2 +version=3.8.11 revision=1 -_amalgamationver=3081002 +_amalgamationver=3081100 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=8382e55a4e7d853c93038562ca3dd00307937fccf1c6b65ddd813e503a56d626 +checksum=89640082f56b0aec1e691ba4976fb592ac905c791e616905d0a5f0c38e88b616 CFLAGS="-DSQLITE_ENABLE_COLUMN_METADATA=1 -DSQLITE_ENABLE_UNLOCK_NOTIFY -DSQLITE_SECURE_DELETE"