Skip to content

Commit

Permalink
Update vkquake (#1513)
Browse files Browse the repository at this point in the history
* vkquake - Update to 1.32.1

* Update build.sh

---------

Co-authored-by: d10sfan <[email protected]>
Co-authored-by: d10sfan <[email protected]>
  • Loading branch information
3 people authored Mar 7, 2025
1 parent 5d0ee42 commit b2f55f9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions engines/vkquake/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ export LIBRARY_PATH="$VCPKG_INSTALLED_PATH/lib"

# From https://gitlab.com/luxtorpeda/packages/vkquake - See LICENSE file for more information

wget https://sdk.lunarg.com/sdk/download/1.3.231.1/linux/vulkansdk-linux-x86_64-1.3.231.1.tar.gz
tar xvf vulkansdk-linux-x86_64-1.3.231.1.tar.gz
source 1.3.231.1/setup-env.sh
wget https://sdk.lunarg.com/sdk/download/1.3.250.1/linux/vulkansdk-linux-x86_64-1.3.250.1.tar.gz
tar xvf vulkansdk-linux-x86_64-1.3.250.1.tar.gz
source 1.3.250.1/setup-env.sh

sudo cp -r $VULKAN_SDK/include/vulkan/ /usr/local/include/
sudo cp -P $VULKAN_SDK/lib/libvulkan.so* /usr/local/lib/
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_TAG": "1.32.0"
"COMMIT_TAG": "1.32.1"
}
2 changes: 1 addition & 1 deletion metadata/packagessniper_v2.json
Original file line number Diff line number Diff line change
Expand Up @@ -10195,7 +10195,7 @@
},
{
"engine_link": "https://github.com/Novum/vkQuake",
"version": "1.32.0",
"version": "1.32.1",
"author": "dreamer/d10sfan",
"author_link": "https://github.com/dreamer",
"license": "GPLv2",
Expand Down

0 comments on commit b2f55f9

Please sign in to comment.