sqlite: bump version

This commit is contained in:
Jerome Duval
2014-12-14 10:39:05 +00:00
parent ea5a602d8d
commit a7a8cf91c9

View File

@@ -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()
{