Ports/sqlite: Update sqlite to version 3380500

This commit is contained in:
EWouters 2022-06-03 21:08:36 +02:00 committed by Linus Groh
parent 7e3a952158
commit 6f4a903be6
Notes: sideshowbarker 2024-07-17 10:23:03 +09:00
2 changed files with 7 additions and 7 deletions

View File

@ -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 |

View File

@ -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}"