mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 18:17:44 +00:00
Ports/sqlite: Update sqlite to version 3380500
This commit is contained in:
parent
7e3a952158
commit
6f4a903be6
2 changed files with 7 additions and 7 deletions
|
@ -213,7 +213,7 @@ This list is also available at [ports.serenityos.net](https://ports.serenityos.n
|
|||
| [`sl`](sl/) | Steam Locomotive (SL) | | https://github.com/mtoyoda/sl |
|
||||
| [`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 |
|
||||
| [`sqlite`](sqlite/) | SQLite | 3380200 | https://www.sqlite.org/ |
|
||||
| [`sqlite`](sqlite/) | SQLite | 3380500 | 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 |
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
#!/usr/bin/env -S bash ../.port_include.sh
|
||||
port=sqlite
|
||||
useconfigure="true"
|
||||
use_fresh_config_sub="true"
|
||||
version="3380200"
|
||||
files="https://www.sqlite.org/2022/sqlite-autoconf-${version}.tar.gz sqlite-autoconf-${version}.tar.gz e7974aa1430bad690a5e9f79a6ee5c8492ada8269dc675875ad0fb747d7cada4"
|
||||
auth_type=sha256
|
||||
port='sqlite'
|
||||
version='3380500'
|
||||
files="https://www.sqlite.org/2022/sqlite-autoconf-${version}.tar.gz sqlite-autoconf-${version}.tar.gz 5af07de982ba658fd91a03170c945f99c971f6955bc79df3266544373e39869c"
|
||||
auth_type='sha256'
|
||||
useconfigure='true'
|
||||
use_fresh_config_sub='true'
|
||||
workdir="sqlite-autoconf-${version}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue