Skip to content

Commit

Permalink
vulkan-loader: Update to v1.4.304
Browse files Browse the repository at this point in the history
Signed-off-by: Ikey Doherty <[email protected]>
  • Loading branch information
ikeycode committed Jan 9, 2025
1 parent a12c3e9 commit 31de5e3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
Binary file modified v/vulkan-loader/manifest.x86_64.bin
Binary file not shown.
8 changes: 4 additions & 4 deletions v/vulkan-loader/manifest.x86_64.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
],
"files": [
"/usr/lib/libvulkan.so.1",
"/usr/lib/libvulkan.so.1.4.303"
"/usr/lib/libvulkan.so.1.4.304"
],
"name": "vulkan-loader",
"provides": [
Expand All @@ -36,7 +36,7 @@
],
"files": [
"/usr/lib32/libvulkan.so.1",
"/usr/lib32/libvulkan.so.1.4.303"
"/usr/lib32/libvulkan.so.1.4.304"
],
"name": "vulkan-loader-32bit",
"provides": [
Expand Down Expand Up @@ -95,6 +95,6 @@
}
},
"source-name": "vulkan-loader",
"source-release": "8",
"source-version": "1.4.303"
"source-release": "9",
"source-version": "1.4.304"
}
6 changes: 3 additions & 3 deletions v/vulkan-loader/stone.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
# SPDX-License-Identifier: MPL-2.0
#
name : vulkan-loader
version : 1.4.303
release : 8
version : 1.4.304
release : 9
homepage : https://vulkan.lunarg.com/doc/sdk
upstreams :
- https://github.com/KhronosGroup/Vulkan-Loader/archive/refs/tags/v1.4.303.tar.gz : 248a5f7dbf990609f61dac34d19e43f441ccc31fd5ec49b64e807740099057a9
- https://github.com/KhronosGroup/Vulkan-Loader/archive/refs/tags/v1.4.304.tar.gz : 368d8281604a3f4dee038bfcc55c44e305031ec67f6e3fdd50cdeb83586c99f9
summary : Vulkan ICD desktop loader
description : |
This project provides the Khronos official Vulkan ICD desktop loader.
Expand Down

0 comments on commit 31de5e3

Please sign in to comment.