diff --git a/engines/gzdoom/build.sh b/engines/gzdoom/build.sh index 20cd36096..288ae2dd5 100755 --- a/engines/gzdoom/build.sh +++ b/engines/gzdoom/build.sh @@ -4,7 +4,7 @@ # CLONE PHASE git clone https://github.com/coelckers/gzdoom.git source pushd source -git checkout "$COMMIT_TAG" +git checkout "$COMMIT_HASH" popd hg clone https://heptapod.host/jp-lebreton/wadsmoosh diff --git a/engines/gzdoom/env.json b/engines/gzdoom/env.json index 1cda10a7f..af0a7c687 100644 --- a/engines/gzdoom/env.json +++ b/engines/gzdoom/env.json @@ -32,5 +32,5 @@ "APT_LIBRARIES": [ "mercurial" ], - "COMMIT_TAG": "g4.11.3" -} \ No newline at end of file + "COMMIT_HASH": "g4.10.0" +} diff --git a/metadata/packagessniper_v2.json b/metadata/packagessniper_v2.json index 5c1c8ce94..00d120c31 100644 --- a/metadata/packagessniper_v2.json +++ b/metadata/packagessniper_v2.json @@ -8686,7 +8686,7 @@ }, { "engine_link": "https://github.com/coelckers/gzdoom", - "version": "g4.11.3", + "version": "4.10.0 (Last Working Release)", "author": "dreamer/d10sfan", "author_link": "https://github.com/dreamer", "license": "GPLv3", @@ -10610,4 +10610,4 @@ "value": "Save Format Not Compatible" } ] -} \ No newline at end of file +}