Add unbuilt vulkan_headers to updater-vulkan_headers-1.4.327 — vulkan_headers → 1.4.327 (#12937)

* Add unbuilt vulkan_headers to updater-vulkan_headers-1.4.327

* updater-vulkan_headers-1.4.327: Build Run on linux/arm/v7.

* updater-vulkan_headers-1.4.327: Build Run on linux/amd64.

* updater-vulkan_headers-1.4.327: Package File Update Run on linux/amd64 container.

---------

Co-authored-by: satmandu <satmandu@users.noreply.github.com>
Co-authored-by: chromebrew-actions[bot] <chromebrew-actions[bot]@users.noreply.github.com>
Co-authored-by: Satadru Pramanik, DO, MPH, MEng <satadru@gmail.com>
This commit is contained in:
chromebrew-actions[bot]
2025-09-25 23:13:25 +00:00
committed by GitHub
parent da5c6fb0e7
commit 0349e14540
3 changed files with 6 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
# Total size: 32415766
# Total size: 32753901
/usr/local/include/vk_video/vulkan_video_codec_av1std.h
/usr/local/include/vk_video/vulkan_video_codec_av1std_decode.h
/usr/local/include/vk_video/vulkan_video_codec_av1std_encode.h

View File

@@ -1,4 +1,4 @@
# Total size: 32415766
# Total size: 32753901
/usr/local/include/vk_video/vulkan_video_codec_av1std.h
/usr/local/include/vk_video/vulkan_video_codec_av1std_decode.h
/usr/local/include/vk_video/vulkan_video_codec_av1std_encode.h

View File

@@ -3,7 +3,7 @@ require 'buildsystems/cmake'
class Vulkan_headers < CMake
description 'Vulkan header files'
homepage 'https://github.com/KhronosGroup/Vulkan-Headers'
version '1.4.325'
version '1.4.327'
license 'Apache-2.0'
compatibility 'aarch64 armv7l x86_64'
source_url 'https://github.com/KhronosGroup/Vulkan-Headers.git'
@@ -11,8 +11,8 @@ class Vulkan_headers < CMake
binary_compression 'tar.zst'
binary_sha256({
aarch64: 'fb39dfbac8e29598bf0adf90b336a06351f48810dd505a3806d0c856ab5d7596',
armv7l: 'fb39dfbac8e29598bf0adf90b336a06351f48810dd505a3806d0c856ab5d7596',
x86_64: 'afbdfbcd384d90302f5abb2d9a335f82a5958a5058eb1c358e160ea571bd9c6a'
aarch64: 'e82f97e8359e912236ba6a1c57c81eed755996f6da8e3d5147a542ac445aa44a',
armv7l: 'e82f97e8359e912236ba6a1c57c81eed755996f6da8e3d5147a542ac445aa44a',
x86_64: '5a4996241568c7f495f9ecbc889eec61d245fcd89c2012f7a2d8866d84b00ed3'
})
end