Ports/stress-ng: Update to the latest version - v0.13.10
This commit is contained in:
parent
645712be3b
commit
c21622ff4d
Notes:
sideshowbarker
2024-07-17 21:31:04 +09:00
Author: https://github.com/bgianfo Commit: https://github.com/SerenityOS/serenity/commit/c21622ff4d5 Pull-request: https://github.com/SerenityOS/serenity/pull/11686
2 changed files with 3 additions and 3 deletions
|
@ -173,7 +173,7 @@ Please make sure to keep this list up to date when adding and updating ports. :^
|
|||
| [`soltys`](soltys/) | Soltys | 1.0 | https://www.scummvm.org/games/#games-soltys |
|
||||
| [`sqlite`](sqlite/) | SQLite | 3350500 | 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.09 | https://github.com/ColinIanKing/stress-ng |
|
||||
| [`stress-ng`](stress-ng/) | stress-ng | 0.13.10 | https://github.com/ColinIanKing/stress-ng |
|
||||
| [`Super-Mario`](Super-Mario/) | Super-Mario Clone | | https://github.com/Bennyhwanggggg/Super-Mario-Clone-Cpp |
|
||||
| [`tuxracer`](tuxracer/) | Tux Racer | 0.61 | http://tuxracer.sourceforge.net/ |
|
||||
| [`tcl`](tcl/) | Tcl | 8.6.11 | https://www.tcl-lang.org/ |
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#!/usr/bin/env -S bash ../.port_include.sh
|
||||
port=stress-ng
|
||||
version=0.13.09
|
||||
files="https://github.com/ColinIanKing/stress-ng/archive/V${version}.tar.gz stress-ng-${version}.tar.gz 1b57f2864f562358cb75807c2dca7c13ddee3c94803282b22f75009311967c6c"
|
||||
version=0.13.10
|
||||
files="https://github.com/ColinIanKing/stress-ng/archive/V${version}.tar.gz stress-ng-${version}.tar.gz 972b429f9eb0afbceabf7f3babab8599d8224b5d146e244c2cfe65129befb973"
|
||||
auth_type=sha256
|
||||
depends=("zlib")
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue