Skip to content

Commit

Permalink
vulkan: Update to v1.3.280.0
Browse files Browse the repository at this point in the history
Release notes available [here](https://vulkan.lunarg.com/doc/sdk/1.3.280.0/linux/release_notes.html)

Signed-off-by: Reilly Brogan <reilly@reillybrogan.com>
  • Loading branch information
ReillyBrogan committed Apr 11, 2024
1 parent 4819085 commit 50342f0
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions packages/v/vulkan/package.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name : vulkan
version : 1.3.275.0
release : 38
version : 1.3.280.0
release : 39
source :
- git|https://github.com/KhronosGroup/Vulkan-Loader.git : vulkan-sdk-1.3.275.0
- git|https://github.com/KhronosGroup/Vulkan-Loader.git : vulkan-sdk-1.3.280.0
license : Apache-2.0
component : xorg.display
emul32 : yes
Expand Down
18 changes: 9 additions & 9 deletions packages/v/vulkan/pspec_x86_64.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<PartOf>xorg.display</PartOf>
<Files>
<Path fileType="library">/usr/lib64/libvulkan.so.1</Path>
<Path fileType="library">/usr/lib64/libvulkan.so.1.3.275</Path>
<Path fileType="library">/usr/lib64/libvulkan.so.1.3.280</Path>
</Files>
</Package>
<Package>
Expand All @@ -31,11 +31,11 @@
</Description>
<PartOf>emul32</PartOf>
<RuntimeDependencies>
<Dependency release="38">vulkan</Dependency>
<Dependency release="39">vulkan</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib32/libvulkan.so.1</Path>
<Path fileType="library">/usr/lib32/libvulkan.so.1.3.275</Path>
<Path fileType="library">/usr/lib32/libvulkan.so.1.3.280</Path>
</Files>
</Package>
<Package>
Expand All @@ -45,8 +45,8 @@
</Description>
<PartOf>programming.devel</PartOf>
<RuntimeDependencies>
<Dependency release="38">vulkan-devel</Dependency>
<Dependency release="38">vulkan-32bit</Dependency>
<Dependency release="39">vulkan-devel</Dependency>
<Dependency release="39">vulkan-32bit</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib32/cmake/VulkanLoader/VulkanLoaderConfig-relwithdebinfo.cmake</Path>
Expand All @@ -63,7 +63,7 @@
</Description>
<PartOf>programming.devel</PartOf>
<RuntimeDependencies>
<Dependency release="38">vulkan</Dependency>
<Dependency release="39">vulkan</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib64/cmake/VulkanLoader/VulkanLoaderConfig-relwithdebinfo.cmake</Path>
Expand All @@ -74,9 +74,9 @@
</Files>
</Package>
<History>
<Update release="38">
<Date>2024-02-18</Date>
<Version>1.3.275.0</Version>
<Update release="39">
<Date>2024-04-11</Date>
<Version>1.3.280.0</Version>
<Comment>Packaging update</Comment>
<Name>Reilly Brogan</Name>
<Email>solus@reillybrogan.com</Email>
Expand Down

0 comments on commit 50342f0

Please sign in to comment.