From fc6bae7b23de6c50d726e82653f332908053a8e9 Mon Sep 17 00:00:00 2001 From: Jerome Duval Date: Fri, 8 May 2015 16:55:31 +0000 Subject: [PATCH] sqlite: bump version. --- .../sqlite/{sqlite-3.8.8.3.recipe => sqlite-3.8.10.0.recipe} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename dev-db/sqlite/{sqlite-3.8.8.3.recipe => sqlite-3.8.10.0.recipe} (91%) diff --git a/dev-db/sqlite/sqlite-3.8.8.3.recipe b/dev-db/sqlite/sqlite-3.8.10.0.recipe similarity index 91% rename from dev-db/sqlite/sqlite-3.8.8.3.recipe rename to dev-db/sqlite/sqlite-3.8.10.0.recipe index 40c2ec04c..87a5f8c2b 100644 --- a/dev-db/sqlite/sqlite-3.8.8.3.recipe +++ b/dev-db/sqlite/sqlite-3.8.10.0.recipe @@ -6,9 +6,9 @@ SQLite is the most widely deployed SQL database engine in the world. The \ source code for SQLite is in the public domain. " HOMEPAGE="http://www.sqlite.org/" -sqliteVersion=$(echo $portVersion | sed 's/\.\([0-9]\)/0\1/g') +sqliteVersion=$(echo $portVersion | sed -e 's/\.\([0-9]\>\)/0\1/g' -e 's/\.//g') SRC_URI="http://www.sqlite.org/2015/sqlite-autoconf-$sqliteVersion.tar.gz" -CHECKSUM_SHA256="74576964cd9db44c13bf95d6a7c36b06cfdfb2fe4e3e26c9ce1ae0b2e328b411" +CHECKSUM_SHA256="445cde5e969f218e9f717ff6babf9694b091760059d85b64fa0dc5cf82e28665" REVISION="1" ARCHITECTURES="x86_gcc2 x86 x86_64" SECONDARY_ARCHITECTURES="x86_gcc2 x86"