Skip to content

Commit

Permalink
Update ezquake (#1121)
Browse files Browse the repository at this point in the history
* ezquake - Update to 3.6.4

* Fix

* ?

---------

Co-authored-by: d10sfan <[email protected]>
Co-authored-by: d10sfan <[email protected]>
  • Loading branch information
3 people authored Mar 2, 2024
1 parent c72c2c4 commit 406226c
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
1 change: 1 addition & 0 deletions engines/ezquake/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
git clone https://github.com/ezQuake/ezquake-source.git source
pushd source
git checkout "$COMMIT_TAG"
git submodule update --init --recursive
popd

# BUILD PHASE
Expand Down
2 changes: 1 addition & 1 deletion engines/ezquake/env.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
"./LICENSE"
],
"COMMON_PACKAGE": true,
"COMMIT_TAG": "3.2.3"
"COMMIT_TAG": "3.6.4"
}
5 changes: 4 additions & 1 deletion engines/ezquake/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
{
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
"dependencies": [
{ "name": "jansson" }
{ "name": "jansson" },
{ "name": "minizip" },
{ "name": "speex", "default-features": false },
{ "name": "speexdsp", "default-features": false }
]
}
2 changes: 1 addition & 1 deletion metadata/packagessniper_v2.json
Original file line number Diff line number Diff line change
Expand Up @@ -8878,7 +8878,7 @@
},
{
"engine_link": "https://github.com/ezQuake/ezquake-source",
"version": "3.2.3",
"version": "3.6.4",
"author": "d10sfan",
"author_link": "https://github.com/d10sfan",
"license": "GPLv2",
Expand Down

0 comments on commit 406226c

Please sign in to comment.