From 7418c327360acfc67ffae32f36efa3c0eec0ca74 Mon Sep 17 00:00:00 2001 From: Eivind Uggedal Date: Thu, 9 Apr 2015 05:11:53 +0000 Subject: [PATCH] sqlite: update to 3.8.9. --- srcpkgs/sqlite/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/sqlite/template b/srcpkgs/sqlite/template index f48e230f382..36271365e48 100644 --- a/srcpkgs/sqlite/template +++ b/srcpkgs/sqlite/template @@ -1,8 +1,8 @@ # Template build file for 'sqlite'. pkgname=sqlite -version=3.8.8.3 -revision=2 -_amalgamationver=3080803 +version=3.8.9 +revision=1 +_amalgamationver=3080900 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=74576964cd9db44c13bf95d6a7c36b06cfdfb2fe4e3e26c9ce1ae0b2e328b411 +checksum=76ebb6392cd2289fbff903af7ff67f3e49bd01ff30544b8028ecededd60269a2 CFLAGS="-DSQLITE_ENABLE_COLUMN_METADATA=1 -DSQLITE_ENABLE_UNLOCK_NOTIFY -DSQLITE_SECURE_DELETE"