diff options
author | Cem Keylan <cem@ckyln.com> | 2022-07-15 17:19:53 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2022-07-15 17:19:53 +0300 |
commit | 9575543b63fa5f9c4fc17e27bf3cedb3f652d047 (patch) | |
tree | 1dabd5322363b5b350ee5d30b66b79cb130ac137 /extra/sqlite | |
parent | fab2ce00f0157d5cf8f5bd248b49c9f5f500dcdb (diff) | |
download | repository-9575543b63fa5f9c4fc17e27bf3cedb3f652d047.tar.gz |
sqlite: bump to 3.39.1
Diffstat (limited to 'extra/sqlite')
-rwxr-xr-x | extra/sqlite/build | 3 | ||||
-rw-r--r-- | extra/sqlite/checksums | 2 | ||||
-rw-r--r-- | extra/sqlite/sources | 2 | ||||
-rw-r--r-- | extra/sqlite/version | 2 |
4 files changed, 5 insertions, 4 deletions
diff --git a/extra/sqlite/build b/extra/sqlite/build index 3e1cb1b8..3ce207f6 100755 --- a/extra/sqlite/build +++ b/extra/sqlite/build @@ -7,7 +7,8 @@ clsed 's/ -ltinfo//g' configure ./configure \ --prefix=/usr \ --enable-threadsafe \ - --enable-dynamic-extensions \ + --disable-readline \ + --disable-dynamic-extensions \ --enable-fts5 make diff --git a/extra/sqlite/checksums b/extra/sqlite/checksums index ca805d05..d3c0a255 100644 --- a/extra/sqlite/checksums +++ b/extra/sqlite/checksums @@ -1,3 +1,3 @@ %BLAKE3 -9f349a4a1cae13ab932b7e1d65b34e080802496b86621d214d1fccac5b5f2067 sqlite-autoconf-3390000.tar.gz +9ef73de0b446a8c91e87963a016504f74a05db60ccbf6d7bcd84575fba92a1e7 sqlite-autoconf-3390100.tar.gz 6ce5a15004b4eae28797504784ae6934fd0e8d6424748069671290dbb9212dc1 VERSION_0_1_10.tar.gz diff --git a/extra/sqlite/sources b/extra/sqlite/sources index 98c7af61..bab90a80 100644 --- a/extra/sqlite/sources +++ b/extra/sqlite/sources @@ -1,2 +1,2 @@ -https://sqlite.org/2022/sqlite-autoconf-3390000.tar.gz +https://sqlite.org/2022/sqlite-autoconf-3390100.tar.gz https://github.com/kristapsdz/sqlite2mdoc/archive/refs/tags/VERSION_0_1_10.tar.gz mdoc diff --git a/extra/sqlite/version b/extra/sqlite/version index 3e6e1563..61b7d8e5 100644 --- a/extra/sqlite/version +++ b/extra/sqlite/version @@ -1 +1 @@ -3.39.0 1 +3.39.1 1 |