Skip to content

Commit

Permalink
[volk] Updating port to 1.3.295 (#40949)
Browse files Browse the repository at this point in the history
  • Loading branch information
Honeybunch authored Sep 13, 2024
1 parent afdfa27 commit 35ac308
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ports/volk/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ vcpkg_check_linkage(ONLY_STATIC_LIBRARY)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO zeux/volk
REF "vulkan-sdk-${VERSION}"
SHA512 1af3933ab18120ab9418282069ee5a1ba86e8333b6fb1cfc04c85132f9c54ba1d21bbd833fa9e35cfd08edf2867982f19c536c0744569c6a91b0be8b54986e09
REF "${VERSION}"
SHA512 1e0b05f0a7aa9e185b4b7ef42d53c1a23ccb8511cd3c2821e8976c11130ea196a24612ca18319fc2c0ac99bc2b1d334fc62ea9863f45800007b9bc92978da665
HEAD_REF master
)

Expand Down
2 changes: 1 addition & 1 deletion ports/volk/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "volk",
"version": "1.3.290.0",
"version": "1.3.295",
"description": [
"Meta loader for Vulkan API.",
"Note that the static library target volk::volk is built without platform-specific defines.",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -9389,7 +9389,7 @@
"port-version": 0
},
"volk": {
"baseline": "1.3.290.0",
"baseline": "1.3.295",
"port-version": 0
},
"vowpal-wabbit": {
Expand Down
5 changes: 5 additions & 0 deletions versions/v-/volk.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "19f1fa697f50ea058f29a73545b1b1efef436404",
"version": "1.3.295",
"port-version": 0
},
{
"git-tree": "56353a3a753c281b7ca9e51efc7694034b79bd1e",
"version": "1.3.290.0",
Expand Down

0 comments on commit 35ac308

Please sign in to comment.