diff --git a/engines/doom64ex-plus/build.sh b/engines/doom64ex-plus/build.sh index 820ed008d..3c351f366 100755 --- a/engines/doom64ex-plus/build.sh +++ b/engines/doom64ex-plus/build.sh @@ -4,7 +4,7 @@ # CLONE PHASE git clone https://github.com/atsb/Doom64EX-Plus.git source pushd source -git checkout "$COMMIT_TAG" +git checkout "$COMMIT_HASH" popd # BUILD PHASE diff --git a/engines/doom64ex-plus/env.json b/engines/doom64ex-plus/env.json index 0310ed0a2..4c728f611 100644 --- a/engines/doom64ex-plus/env.json +++ b/engines/doom64ex-plus/env.json @@ -6,5 +6,5 @@ "ADDITIONAL_LICENSES": [ "./LICENSE" ], - "COMMIT_TAG": "3.6.5.9" -} \ No newline at end of file + "COMMIT_HASH": "808e6dd" +}