From 75fc82173f9a9327fa2a1c7f895cd714143ac256 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Fri, 8 May 2015 07:12:53 +0200 Subject: [PATCH] sqlite: update to 3.8.10. --- srcpkgs/sqlite/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/sqlite/template b/srcpkgs/sqlite/template index 7c21f16c061..cbbf482eb7a 100644 --- a/srcpkgs/sqlite/template +++ b/srcpkgs/sqlite/template @@ -1,8 +1,8 @@ # Template build file for 'sqlite'. pkgname=sqlite -version=3.8.9 +version=3.8.10 revision=1 -_amalgamationver=3080900 +_amalgamationver=3081000 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=76ebb6392cd2289fbff903af7ff67f3e49bd01ff30544b8028ecededd60269a2 +checksum=c4b8f9eefbdf0b9bef2044bdc3510c8a3f3b0ddb0489661fb433034187f5a428 CFLAGS="-DSQLITE_ENABLE_COLUMN_METADATA=1 -DSQLITE_ENABLE_UNLOCK_NOTIFY -DSQLITE_SECURE_DELETE"