Skip to content

Commit

Permalink
eternity engine - Update to 4.04.02 (#1481)
Browse files Browse the repository at this point in the history
  • Loading branch information
d10sfan authored Jan 27, 2025
1 parent b0a0b47 commit 6ef7743
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion engines/eternity/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export LIBRARY_PATH="$VCPKG_INSTALLED_PATH/lib;$pfx/lib"
# CLONE PHASE
git clone https://github.com/team-eternity/eternity.git source
pushd source
git checkout "$COMMIT_HASH"
git checkout "$COMMIT_TAG"
git submodule update --init
popd

Expand Down
4 changes: 2 additions & 2 deletions engines/eternity/env.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
"./LICENSE"
],
"COMMON_PACKAGE": true,
"COMMIT_HASH": "d699a7d"
}
"COMMIT_TAG": "4.04.02"
}
2 changes: 1 addition & 1 deletion metadata/packagessniper_v2.json
Original file line number Diff line number Diff line change
Expand Up @@ -10092,7 +10092,7 @@
},
{
"engine_link": "https://github.com/team-eternity/eternity",
"version": "d699a7d",
"version": "4.04.02",
"author": "d10sfan",
"author_link": "https://github.com/d10sfan",
"license": "GPLv3",
Expand Down

0 comments on commit 6ef7743

Please sign in to comment.