Ports/stb: Update stb to version f7f20f3

This commit is contained in:
EWouters 2024-07-21 18:20:03 +02:00 committed by Nico Weber
parent 71d95c15be
commit bf2f52cc67
2 changed files with 3 additions and 3 deletions

View file

@ -315,7 +315,7 @@ This list is also available at [ports.serenityos.net](https://ports.serenityos.n
| [`sqlite`](sqlite/) | SQLite | 3430000 | https://www.sqlite.org/ |
| [`SRB2`](SRB2/) | Sonic Robo Blast 2 | 2.2.13 | https://www.srb2.org/ |
| [`ssmtp`](ssmtp/) | sSMTP is a simple MTA | 2.64-11 | https://wiki.debian.org/sSMTP |
| [`stb`](stb/) | stb single-file public domain libraries for C/C++ | af1a5bc | https://github.com/nothings/stb |
| [`stb`](stb/) | stb single-file public domain libraries for C/C++ | f7f20f3 | https://github.com/nothings/stb |
| [`stockfish`](stockfish/) | Stockfish: A free and strong UCI chess engine | 16.1 | https://github.com/official-stockfish/Stockfish |
| [`stpuzzles`](stpuzzles/) | Simon Tatham's Portable Puzzle Collection | | https://www.chiark.greenend.org.uk/~sgtatham/puzzles/ |
| [`stress-ng`](stress-ng/) | stress-ng | 0.16.04 | https://github.com/ColinIanKing/stress-ng |

View file

@ -1,8 +1,8 @@
#!/usr/bin/env -S bash ../.port_include.sh
port='stb'
version='af1a5bc352164740c1cc1354942b1c6b72eacb8a'
version='f7f20f39fe4f206c6f19e26ebfef7b261ee59ee4'
files=(
"https://github.com/nothings/stb/archive/${version}.zip#e3d0edbecd356506d3d69b87419de2f9d180a98099134c6343177885f6c2cbef"
"https://github.com/nothings/stb/archive/${version}.zip#8b5013c681233837eec18a773b45831cea076d913c5ef8b9771204d51e8ece15"
)
build() {