From ed2a235f1a95159f5de88b99e058c1c2d016342a Mon Sep 17 00:00:00 2001 From: "packages-releases-bot[bot]" <161914197+packages-releases-bot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 21:29:39 -0500 Subject: [PATCH] Update akhenaten (#1347) * akhenaten - Update to ra0924 * Update env.json * Update build.sh --------- Co-authored-by: d10sfan <4337981+d10sfan@users.noreply.github.com> Co-authored-by: d10sfan --- engines/akhenaten/build.sh | 2 +- engines/akhenaten/env.json | 3 ++- metadata/packagessniper_v2.json | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/engines/akhenaten/build.sh b/engines/akhenaten/build.sh index c2f40ee51..69b7df69f 100755 --- a/engines/akhenaten/build.sh +++ b/engines/akhenaten/build.sh @@ -12,7 +12,7 @@ popd pushd "source" mkdir -p build cd build -cmake .. +cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo .. cd .. cmake --build ./build popd diff --git a/engines/akhenaten/env.json b/engines/akhenaten/env.json index 87e525598..a9e63fce6 100644 --- a/engines/akhenaten/env.json +++ b/engines/akhenaten/env.json @@ -3,5 +3,6 @@ "564530" ], "LICENSE_PATH": "./source/LICENSE.txt", - "COMMIT_TAG": "ra0624" + "COMMIT_TAG": "ra0924", + "GCC_12": true } diff --git a/metadata/packagessniper_v2.json b/metadata/packagessniper_v2.json index d35b8ab5e..8a577eac1 100644 --- a/metadata/packagessniper_v2.json +++ b/metadata/packagessniper_v2.json @@ -10591,7 +10591,7 @@ }, { "engine_link": "https://github.com/dalerank/Akhenaten", - "version": "ra0624", + "version": "ra0924", "author": "d10sfan", "author_link": "https://github.com/d10sfan", "license": "AGPL-3.0",