diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-10-11 11:42:58 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-10-11 11:42:58 +0200 |
commit | 633388aa0d49b87d723ed7475e434a514bd391bd (patch) | |
tree | f1c3ff55066d4632665569c2203d9336d1522ffc /package/sqlite/Makefile | |
parent | 5fd4ed6e780f365e56c4b67172cf08ddd8221cc1 (diff) |
add latest version of firefox, update dependencies and fix nss package to include all necessary libraries for https support, tested only in qemu-i686 glibc for now
Diffstat (limited to 'package/sqlite/Makefile')
-rw-r--r-- | package/sqlite/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/package/sqlite/Makefile b/package/sqlite/Makefile index 9af545c35..06800ca1c 100644 --- a/package/sqlite/Makefile +++ b/package/sqlite/Makefile @@ -4,17 +4,17 @@ include ${TOPDIR}/rules.mk PKG_NAME:= sqlite -PKG_VERSION:= 3.7.14 +PKG_VERSION:= 3.8.0.2 PKG_RELEASE:= 1 -PKG_MD5SUM:= 6464d429b1396a8db35864e791673b65 +PKG_MD5SUM:= 6d6cc639a4da04fbbdda7b1a1a01b386 PKG_DESCR:= embeddable SQL database (cli) PKG_SECTION:= db PKG_BUILDDEP:= ncurses readline PKG_URL:= http://www.sqlite.org/ -PKG_SITES:= http://www.sqlite.org/ +PKG_SITES:= http://www.sqlite.org/2013/ -DISTFILES:= sqlite-autoconf-3071400.tar.gz -WRKDIST= ${WRKDIR}/sqlite-autoconf-3071400 +DISTFILES:= sqlite-autoconf-3080002.tar.gz +WRKDIST= ${WRKDIR}/sqlite-autoconf-3080002 PKG_SUBPKGS:= SQLITE_CLI LIBSQLITE LIBSQLITE_DEV PKGSD_LIBSQLITE:= sqlite library |