mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 00:47:45 +00:00
Ports/stress-ng: Update stress-ng to version 0.16.04
This commit is contained in:
parent
1bf80c9ab3
commit
6ec38f4656
3 changed files with 6 additions and 6 deletions
|
@ -307,7 +307,7 @@ This list is also available at [ports.serenityos.net](https://ports.serenityos.n
|
||||||
| [`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++ | af1a5bc | https://github.com/nothings/stb |
|
||||||
| [`stockfish`](stockfish/) | Stockfish: A free and strong UCI chess engine | 16 | https://github.com/official-stockfish/Stockfish |
|
| [`stockfish`](stockfish/) | Stockfish: A free and strong UCI chess engine | 16 | https://github.com/official-stockfish/Stockfish |
|
||||||
| [`stpuzzles`](stpuzzles/) | Simon Tatham's Portable Puzzle Collection | | https://www.chiark.greenend.org.uk/~sgtatham/puzzles/ |
|
| [`stpuzzles`](stpuzzles/) | Simon Tatham's Portable Puzzle Collection | | https://www.chiark.greenend.org.uk/~sgtatham/puzzles/ |
|
||||||
| [`stress-ng`](stress-ng/) | stress-ng | 0.14.03 | https://github.com/ColinIanKing/stress-ng |
|
| [`stress-ng`](stress-ng/) | stress-ng | 0.16.04 | https://github.com/ColinIanKing/stress-ng |
|
||||||
| [`Super-Mario`](Super-Mario/) | Super-Mario Clone | | https://github.com/Bennyhwanggggg/Super-Mario-Clone-Cpp |
|
| [`Super-Mario`](Super-Mario/) | Super-Mario Clone | | https://github.com/Bennyhwanggggg/Super-Mario-Clone-Cpp |
|
||||||
| [`SuperTuxKart`](SuperTuxKart/) | Super Tux Kart | 1.4 | https://supertuxkart.net/ |
|
| [`SuperTuxKart`](SuperTuxKart/) | Super Tux Kart | 1.4 | https://supertuxkart.net/ |
|
||||||
| [`tar`](tar/) | GNU tar | 1.35 | https://www.gnu.org/software/tar/ |
|
| [`tar`](tar/) | GNU tar | 1.35 | https://www.gnu.org/software/tar/ |
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
#!/usr/bin/env -S bash ../.port_include.sh
|
#!/usr/bin/env -S bash ../.port_include.sh
|
||||||
port='stress-ng'
|
port='stress-ng'
|
||||||
version='0.14.03'
|
version='0.16.04'
|
||||||
files=(
|
files=(
|
||||||
"https://github.com/ColinIanKing/stress-ng/archive/V${version}.tar.gz#95012c62883ab5826e6157557a075df98cce3cbce2a48bb40851bcc968a8441a"
|
"https://github.com/ColinIanKing/stress-ng/archive/V${version}.tar.gz#3453719508e9e02c57a736c154408538372d078be7dcf8e0165d37a821cdba45"
|
||||||
)
|
)
|
||||||
depends=(
|
depends=(
|
||||||
'zlib'
|
'zlib'
|
||||||
|
|
|
@ -8,11 +8,11 @@ Subject: [PATCH] Makefile: Install to /usr/local
|
||||||
1 file changed, 4 insertions(+), 4 deletions(-)
|
1 file changed, 4 insertions(+), 4 deletions(-)
|
||||||
|
|
||||||
diff --git a/Makefile b/Makefile
|
diff --git a/Makefile b/Makefile
|
||||||
index d990692..a07b40e 100644
|
index 541a20f29091e543fc8af7dbb04bcab7b68e551d..e05f0102b84d30867b7b93ab0d747b566da5023a 100644
|
||||||
--- a/Makefile
|
--- a/Makefile
|
||||||
+++ b/Makefile
|
+++ b/Makefile
|
||||||
@@ -87,10 +87,10 @@ LDFLAGS += -static -z muldefs
|
@@ -124,10 +124,10 @@ override LDFLAGS += -static -z muldefs
|
||||||
CFLAGS += -DBUILD_STATIC
|
override CFLAGS += -DBUILD_STATIC
|
||||||
endif
|
endif
|
||||||
|
|
||||||
-BINDIR=/usr/bin
|
-BINDIR=/usr/bin
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue