mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-12-02 04:20:28 +00:00
Ports/sqlite: Update sqlite to version 3410200
This commit is contained in:
parent
5d9c4cc9e3
commit
0bd2cd037d
Notes:
sideshowbarker
2024-07-17 06:35:23 +09:00
Author: https://github.com/cammo1123 Commit: https://github.com/SerenityOS/serenity/commit/0bd2cd037d Pull-request: https://github.com/SerenityOS/serenity/pull/18058 Reviewed-by: https://github.com/linusg
2 changed files with 3 additions and 3 deletions
|
@ -256,7 +256,7 @@ This list is also available at [ports.serenityos.net](https://ports.serenityos.n
|
|||
| [`soltys`](soltys/) | Soltys | 1.0 | https://www.scummvm.org/games/#games-soltys |
|
||||
| [`sparsehash`](sparsehash/) | Google's C++ associative containers | 2.0.4 | https://github.com/sparsehash/sparsehash |
|
||||
| [`speexdsp`](speexdsp/) | Speex audio processing library | 1.2.1 | https://www.speex.org/ |
|
||||
| [`sqlite`](sqlite/) | SQLite | 3380500 | https://www.sqlite.org/ |
|
||||
| [`sqlite`](sqlite/) | SQLite | 3410200 | https://www.sqlite.org/ |
|
||||
| [`stb`](stb/) | stb single-file public domain libraries for C/C++ | af1a5bc | https://github.com/nothings/stb |
|
||||
| [`stpuzzles`](stpuzzles/) | Simon Tatham's Portable Puzzle Collection | | https://www.chiark.greenend.org.uk/~sgtatham/puzzles/ |
|
||||
| [`stress-ng`](stress-ng/) | stress-ng | 0.14.03 | https://github.com/ColinIanKing/stress-ng |
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#!/usr/bin/env -S bash ../.port_include.sh
|
||||
port='sqlite'
|
||||
version='3380500'
|
||||
files="https://www.sqlite.org/2022/sqlite-autoconf-${version}.tar.gz sqlite-autoconf-${version}.tar.gz 5af07de982ba658fd91a03170c945f99c971f6955bc79df3266544373e39869c"
|
||||
version='3410200'
|
||||
files="https://www.sqlite.org/2023/sqlite-autoconf-${version}.tar.gz sqlite-autoconf-${version}.tar.gz e98c100dd1da4e30fa460761dab7c0b91a50b785e167f8c57acc46514fae9499"
|
||||
auth_type='sha256'
|
||||
useconfigure='true'
|
||||
use_fresh_config_sub='true'
|
||||
|
|
Loading…
Reference in a new issue