diff options
author | Cem Keylan <cem@ckyln.com> | 2021-03-13 14:22:05 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-03-13 14:22:05 +0300 |
commit | 02154682f1f9c5a5509ae56a3c7ff2510523d696 (patch) | |
tree | 5ced3339a95bcbeaafa0ba16f890441353634e4e /extra/sqlite | |
parent | ae94c713f6586245bcbc04577ed9e48efe13330e (diff) | |
download | repository-02154682f1f9c5a5509ae56a3c7ff2510523d696.tar.gz |
sqlite: bump to 3.35.0
Diffstat (limited to 'extra/sqlite')
-rwxr-xr-x | extra/sqlite/build | 2 | ||||
-rw-r--r-- | extra/sqlite/checksums | 2 | ||||
-rw-r--r-- | extra/sqlite/sources | 2 | ||||
-rw-r--r-- | extra/sqlite/version | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/extra/sqlite/build b/extra/sqlite/build index b105764b..6ac4e05a 100755 --- a/extra/sqlite/build +++ b/extra/sqlite/build @@ -11,5 +11,5 @@ cat _ > configure; rm -f _ --enable-dynamic-extensions \ --enable-fts5 -make -j 1 +make make DESTDIR="$1" install diff --git a/extra/sqlite/checksums b/extra/sqlite/checksums index 9ec89590..fd6fd6dc 100644 --- a/extra/sqlite/checksums +++ b/extra/sqlite/checksums @@ -1 +1 @@ -2a3bca581117b3b88e5361d0ef3803ba6d8da604b1c1a47d902ef785c1b53e89 sqlite-autoconf-3340100.tar.gz +3dfb3f143c83695a555c7dd9e06ed924f9d273c287989874e102656724baf2d0 sqlite-autoconf-3350000.tar.gz diff --git a/extra/sqlite/sources b/extra/sqlite/sources index 34a2aa73..8b6fa99f 100644 --- a/extra/sqlite/sources +++ b/extra/sqlite/sources @@ -1 +1 @@ -https://sqlite.org/2021/sqlite-autoconf-3340100.tar.gz +https://sqlite.org/2021/sqlite-autoconf-3350000.tar.gz diff --git a/extra/sqlite/version b/extra/sqlite/version index 4eb288b1..2df461d7 100644 --- a/extra/sqlite/version +++ b/extra/sqlite/version @@ -1 +1 @@ -3.34.1 1 +3.35.0 1 |