diff options
Diffstat (limited to 'extra/sqlite3')
-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 |