From a7a8cf91c91888926036f5bbd2b62836f5ff7114 Mon Sep 17 00:00:00 2001 From: Jerome Duval Date: Sun, 14 Dec 2014 10:39:05 +0000 Subject: [PATCH] sqlite: bump version --- .../{sqlite-3.8.7.1.recipe => sqlite-3.8.7.4.recipe} | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) rename dev-db/sqlite/{sqlite-3.8.7.1.recipe => sqlite-3.8.7.4.recipe} (86%) diff --git a/dev-db/sqlite/sqlite-3.8.7.1.recipe b/dev-db/sqlite/sqlite-3.8.7.4.recipe similarity index 86% rename from dev-db/sqlite/sqlite-3.8.7.1.recipe rename to dev-db/sqlite/sqlite-3.8.7.4.recipe index 16696d240..bd9edac62 100644 --- a/dev-db/sqlite/sqlite-3.8.7.1.recipe +++ b/dev-db/sqlite/sqlite-3.8.7.4.recipe @@ -6,8 +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/" -SRC_URI="http://www.sqlite.org/2014/sqlite-autoconf-3080701.tar.gz" -CHECKSUM_SHA256="9d2854bec7b26dfe9aceb1faa17d40674daa15a23bbab67018191ffbe0339533" +sqliteVersion=$(echo $portVersion | sed 's/\.\([0-9]\)/0\1/g') +SRC_URI="http://www.sqlite.org/2014/sqlite-autoconf-$sqliteVersion.tar.gz" +CHECKSUM_SHA256="86370f139405fdfe03334fd618171a74e50f589f17ccbe5933361ed1f58359ec" REVISION="1" ARCHITECTURES="x86_gcc2 x86 x86_64" SECONDARY_ARCHITECTURES="x86_gcc2 x86" @@ -41,7 +42,7 @@ BUILD_PREREQUIRES=" cmd:make " -SOURCE_DIR="sqlite-autoconf-3080701" +SOURCE_DIR="sqlite-autoconf-$sqliteVersion" BUILD() {