diff options
author | Rob Austein <sra@hactrn.net> | 2016-05-05 17:21:16 -0400 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2016-05-05 17:21:16 -0400 |
commit | be705c3aecaf201b7f9c649cfed01e38e73c8f68 (patch) | |
tree | b5ba1753d12307444cf098803182d1b9771c0e9a /GNUmakefile | |
parent | f71125a0d3df1ec17453212fd5b6e64bf492fbf2 (diff) |
Update to current version of SQLite3. Not sure we're going to be
keeping this at all, but if we do, we should stay current.
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile index 7e7367d..d3255f8 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -36,7 +36,7 @@ # generates a lot of fetches during release engineering and continuous # integration, which would be a bit anti-social. -URL := http://sqlite.org/2015/sqlite-autoconf-3080900.tar.gz +URL := http://sqlite.org/2016/sqlite-autoconf-3120100.tar.gz # Whether to enable threading. Main reason for being able to turn it # off is that gdb on the Novena goes bananas when threading is enabled. |