sqlite: bump version.

This commit is contained in:
Jerome Duval
2015-05-08 16:55:31 +00:00
parent 105fbf6b28
commit fc6bae7b23

View File

@@ -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"