mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-12-04 05:20:30 +00:00
Ports/sqlite: Update sqlite to version 3380200
This commit is contained in:
parent
bb8ca24212
commit
0d0ab08ff6
Notes:
sideshowbarker
2024-07-17 11:54:19 +09:00
Author: https://github.com/EWouters Commit: https://github.com/SerenityOS/serenity/commit/0d0ab08ff6 Pull-request: https://github.com/SerenityOS/serenity/pull/13395 Reviewed-by: https://github.com/ADKaster Reviewed-by: https://github.com/timschumi
2 changed files with 3 additions and 3 deletions
|
@ -199,7 +199,7 @@ Please make sure to keep this list up to date when adding and updating ports. :^
|
|||
| [`sfinx`](sfinx/) | Sfinx | 1.1 | https://www.scummvm.org/games/#games-sfinx |
|
||||
| [`sl`](sl/) | Steam Locomotive (SL) | | https://github.com/mtoyoda/sl |
|
||||
| [`soltys`](soltys/) | Soltys | 1.0 | https://www.scummvm.org/games/#games-soltys |
|
||||
| [`sqlite`](sqlite/) | SQLite | 3350500 | https://www.sqlite.org/ |
|
||||
| [`sqlite`](sqlite/) | SQLite | 3380200 | https://www.sqlite.org/ |
|
||||
| [`stpuzzles`](stpuzzles/) | Simon Tatham's Portable Puzzle Collection | | https://www.chiark.greenend.org.uk/~sgtatham/puzzles/ |
|
||||
| [`stress-ng`](stress-ng/) | stress-ng | 0.13.12 | https://github.com/ColinIanKing/stress-ng |
|
||||
| [`Super-Mario`](Super-Mario/) | Super-Mario Clone | | https://github.com/Bennyhwanggggg/Super-Mario-Clone-Cpp |
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
port=sqlite
|
||||
useconfigure="true"
|
||||
use_fresh_config_sub="true"
|
||||
version="3350500"
|
||||
files="https://www.sqlite.org/2021/sqlite-autoconf-${version}.tar.gz sqlite-autoconf-${version}.tar.gz f52b72a5c319c3e516ed7a92e123139a6e87af08a2dc43d7757724f6132e6db0"
|
||||
version="3380200"
|
||||
files="https://www.sqlite.org/2022/sqlite-autoconf-${version}.tar.gz sqlite-autoconf-${version}.tar.gz e7974aa1430bad690a5e9f79a6ee5c8492ada8269dc675875ad0fb747d7cada4"
|
||||
auth_type=sha256
|
||||
workdir="sqlite-autoconf-${version}"
|
||||
|
|
Loading…
Reference in a new issue