From 0ea3e7901d737f85036be92d0016cbaa0da5ee6e Mon Sep 17 00:00:00 2001 From: "packages-releases-bot[bot]" <161914197+packages-releases-bot[bot]@users.noreply.github.com> Date: Sun, 10 Nov 2024 19:27:23 -0600 Subject: [PATCH] Update ironwail (#1399) * ironwail - Update to v0.8.0 * Update build.sh --------- Co-authored-by: d10sfan <4337981+d10sfan@users.noreply.github.com> Co-authored-by: d10sfan --- engines/ironwail/build.sh | 2 +- engines/ironwail/env.json | 2 +- metadata/packagessniper_v2.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/engines/ironwail/build.sh b/engines/ironwail/build.sh index 2a20950e4..6af3c76d1 100755 --- a/engines/ironwail/build.sh +++ b/engines/ironwail/build.sh @@ -13,7 +13,7 @@ popd # BUILD PHASE pushd "source/Quake" -make -j "$(nproc)" USE_SDL2=1 +make -j "$(nproc)" USE_SDL2=1 LDFLAGS="-ldl" popd # COPY PHASE diff --git a/engines/ironwail/env.json b/engines/ironwail/env.json index 5e1be303b..28dc5d352 100644 --- a/engines/ironwail/env.json +++ b/engines/ironwail/env.json @@ -7,5 +7,5 @@ "./LICENSE" ], "COMMON_PACKAGE": true, - "COMMIT_TAG": "v0.7.0" + "COMMIT_TAG": "v0.8.0" } \ No newline at end of file diff --git a/metadata/packagessniper_v2.json b/metadata/packagessniper_v2.json index d28f4aadd..db9090b06 100644 --- a/metadata/packagessniper_v2.json +++ b/metadata/packagessniper_v2.json @@ -10214,7 +10214,7 @@ }, { "engine_link": "https://github.com/andrei-drexler/ironwail", - "version": "0.7.0", + "version": "v0.8.0", "author": "d10sfan", "author_link": "https://github.com/d10sfan", "license": "GPLv2",