diff options
author | tnut <thierryn1 at hispeed dot ch> | 2009-12-16 22:54:11 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2009-12-16 22:54:11 +0100 |
commit | c2bfe213233a37a23e8cda873aa2be240c498825 (patch) | |
tree | 31c672733544a3496f65007a64d5b5dbb1dc1f2f | |
parent | c062173aa1ec8ca5e037dce12981578e5e7ff7a0 (diff) | |
download | nutyx-extra-c2bfe213233a37a23e8cda873aa2be240c498825.tar.gz nutyx-extra-c2bfe213233a37a23e8cda873aa2be240c498825.tar.bz2 nutyx-extra-c2bfe213233a37a23e8cda873aa2be240c498825.tar.xz nutyx-extra-c2bfe213233a37a23e8cda873aa2be240c498825.zip |
Maj sqlite3@3.6.21-1
-rw-r--r-- | extra/sqlite3/.md5sum | 3 | ||||
-rw-r--r-- | extra/sqlite3/Pkgfile | 5 |
2 files changed, 3 insertions, 5 deletions
diff --git a/extra/sqlite3/.md5sum b/extra/sqlite3/.md5sum index 68f371316..77dae0ab1 100644 --- a/extra/sqlite3/.md5sum +++ b/extra/sqlite3/.md5sum @@ -1,2 +1 @@ -1a24b7334d4d338deaa6552f49106a41 build_fts_as_part_of_libsqlite.patch.txt -4c074691b48cd45854899ae4fece6301 sqlite-3.6.14.2.tar.gz +03a8498828866b407c61c0aaf8ebe66c sqlite-3.6.21.tar.gz diff --git a/extra/sqlite3/Pkgfile b/extra/sqlite3/Pkgfile index 82e55ba5d..a964bb5c5 100644 --- a/extra/sqlite3/Pkgfile +++ b/extra/sqlite3/Pkgfile @@ -5,10 +5,9 @@ # Depends on: tcl name=sqlite3 -version=3.6.14.2 +version=3.6.21 release=1 -source=(http://www.sqlite.org/sqlite-$version.tar.gz\ - http://www.sqlite.org/cvstrac/attach_get/433/build_fts_as_part_of_libsqlite.patch.txt) +source=(http://www.sqlite.org/sqlite-$version.tar.gz) build() { cd sqlite-$version |