Skip to content

Commit

Permalink
Update vkquake (#1357)
Browse files Browse the repository at this point in the history
  • Loading branch information
d10sfan authored Oct 6, 2024
1 parent e5a635b commit 59e06d9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion engines/vkquake/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ sudo ldconfig
# CLONE PHASE
git clone https://github.com/Novum/vkQuake source
pushd source
git checkout "$COMMIT_HASH"
git checkout "$COMMIT_TAG"
popd

# BUILD PHASE
Expand Down
2 changes: 1 addition & 1 deletion engines/vkquake/env.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
"./LICENSE"
],
"COMMON_PACKAGE": true,
"COMMIT_HASH": "f1a54fb"
"COMMIT_TAG": "1.31.2"
}
2 changes: 1 addition & 1 deletion metadata/packagessniper_v2.json
Original file line number Diff line number Diff line change
Expand Up @@ -10170,7 +10170,7 @@
},
{
"engine_link": "https://github.com/Novum/vkQuake",
"version": "1.31.0",
"version": "1.31.2",
"author": "dreamer/d10sfan",
"author_link": "https://github.com/dreamer",
"license": "GPLv2",
Expand Down

0 comments on commit 59e06d9

Please sign in to comment.