summaryrefslogtreecommitdiffstats
path: root/database/sqlite/DETAILS
diff options
context:
space:
mode:
Diffstat (limited to 'database/sqlite/DETAILS')
-rwxr-xr-xdatabase/sqlite/DETAILS25
1 files changed, 12 insertions, 13 deletions
diff --git a/database/sqlite/DETAILS b/database/sqlite/DETAILS
index e2c96fb3d1..187c9eccf8 100755
--- a/database/sqlite/DETAILS
+++ b/database/sqlite/DETAILS
@@ -1,7 +1,7 @@
SPELL=sqlite
- VERSION=3.5.8
- SOURCE_HASH=sha512:afb732fb702f143eb0001c4aeeb48e077c768b7aff7b46580229d128a66f67710a29582ea38b5a015593c85ff959a8b0b2bceecbdf94560cefa15e98569f396b
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ VERSION=3.6.18
+ SOURCE_HASH=sha512:06d296d79229b8d530e0b80fa1878c273744e0aa915133668975a6bcfd738cf61d4b486fba2af7c908e7d31eb6980743b20a7c0352a4bb053c991131ee120a50
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_URL[0]=http://sqlite.org/$SOURCE
LICENSE[0]=PD
@@ -10,14 +10,13 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
KEYWORDS="sql database"
SHORT="SQL engine in a C library"
cat << EOF
-SQLite is a C library that implements an SQL database engine. A large
-subset of SQL92 is supported. A complete database is stored in a single
-disk file. The API is designed for convenience and ease of use.
-Applications that link against SQLite can enjoy the power and flexiblity
-of an SQL database without the administrative hassles of supporting a
-separate database server. Because it omits the client-server interaction
-overhead and writes directly to disk, SQLite is also faster than the big
-database servers for most operations. In addition to the C library, the
-SQLite distribution includes a command-line tool for interacting with
-SQLite databases and SQLite bindings for Tcl/Tk.
+SQLite is a C library that implements an SQL database engine. A large subset of
+SQL92 is supported. A complete database is stored in a single disk file. The
+API is designed for convenience and ease of use. Applications that link against
+SQLite can enjoy the power and flexiblity of an SQL database without the
+administrative hassles of supporting a separate database server. Because it
+omits the client-server interaction overhead and writes directly to disk,
+SQLite is also faster than the big database servers for most operations. In
+addition to the C library, the SQLite distribution includes a command-line tool
+for interacting with SQLite databases and SQLite bindings for Tcl/Tk.
EOF