Skip to content

Commit

Permalink
gzdoom - downgrade to 4.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
d10sfan committed Mar 14, 2024
1 parent 309aa9e commit ef3e5de
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion engines/gzdoom/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions engines/gzdoom/env.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
"APT_LIBRARIES": [
"mercurial"
],
"COMMIT_TAG": "g4.11.3"
}
"COMMIT_HASH": "g4.10.0"
}
4 changes: 2 additions & 2 deletions metadata/packagessniper_v2.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -10610,4 +10610,4 @@
"value": "Save Format Not Compatible"
}
]
}
}

0 comments on commit ef3e5de

Please sign in to comment.