From 38b4a3cb20de8b26a492adce7624feaeac376c7c Mon Sep 17 00:00:00 2001 From: Jerome Duval Date: Sat, 20 Feb 2016 10:47:35 +0000 Subject: [PATCH] sqlite: bump version. --- .../sqlite/{sqlite-3.10.2.0.recipe => sqlite-3.11.0.0.recipe} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename dev-db/sqlite/{sqlite-3.10.2.0.recipe => sqlite-3.11.0.0.recipe} (95%) diff --git a/dev-db/sqlite/sqlite-3.10.2.0.recipe b/dev-db/sqlite/sqlite-3.11.0.0.recipe similarity index 95% rename from dev-db/sqlite/sqlite-3.10.2.0.recipe rename to dev-db/sqlite/sqlite-3.11.0.0.recipe index 0eb357164..173c70d4f 100644 --- a/dev-db/sqlite/sqlite-3.10.2.0.recipe +++ b/dev-db/sqlite/sqlite-3.11.0.0.recipe @@ -8,7 +8,7 @@ source code for SQLite is in the public domain. HOMEPAGE="http://www.sqlite.org/" sqliteVersion=$(echo $portVersion | sed -e 's/\.\([0-9]\>\)/0\1/g' -e 's/\.//g') SOURCE_URI="http://www.sqlite.org/2016/sqlite-autoconf-$sqliteVersion.tar.gz" -CHECKSUM_SHA256="a2b3b4bd1291ea7d6c8252f7edff36a4362f2f0e5d5370444ba6cbe313ae2971" +CHECKSUM_SHA256="508d4dcbcf7a7181e95c717a1dc4ae3c0880b3d593be0c4b40abb6c3a0e201fb" REVISION="1" ARCHITECTURES="x86_gcc2 x86 x86_64" SECONDARY_ARCHITECTURES="x86_gcc2 x86"