mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-08 23:18:10 -05:00
updater-vulkan_tools-1.4.327 — vulkan_tools → 1.4.327 (#12949)
* Add unbuilt vulkan_tools to updater-vulkan_tools-1.4.327 * updater-vulkan_tools-1.4.327: Build Run on linux/arm/v7. * updater-vulkan_tools-1.4.327: Build Run on linux/amd64. * updater-vulkan_tools-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>
This commit is contained in:
committed by
GitHub
parent
bbe0ccf988
commit
d2130e91f2
@@ -1,4 +1,4 @@
|
|||||||
# Total size: 1506684
|
# Total size: 1512780
|
||||||
/usr/local/bin/vkcube
|
/usr/local/bin/vkcube
|
||||||
/usr/local/bin/vkcube-wayland
|
/usr/local/bin/vkcube-wayland
|
||||||
/usr/local/bin/vkcubepp
|
/usr/local/bin/vkcubepp
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
# Total size: 1917024
|
# Total size: 1929056
|
||||||
/usr/local/bin/vkcube
|
/usr/local/bin/vkcube
|
||||||
/usr/local/bin/vkcube-wayland
|
/usr/local/bin/vkcube-wayland
|
||||||
/usr/local/bin/vkcubepp
|
/usr/local/bin/vkcubepp
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ require 'buildsystems/cmake'
|
|||||||
class Vulkan_tools < CMake
|
class Vulkan_tools < CMake
|
||||||
description 'Vulkan Utilities and Tools'
|
description 'Vulkan Utilities and Tools'
|
||||||
homepage 'https://github.com/KhronosGroup/Vulkan-Tools'
|
homepage 'https://github.com/KhronosGroup/Vulkan-Tools'
|
||||||
version '1.4.323'
|
version '1.4.327'
|
||||||
license 'custom'
|
license 'custom'
|
||||||
compatibility 'aarch64 armv7l x86_64'
|
compatibility 'aarch64 armv7l x86_64'
|
||||||
source_url 'https://github.com/KhronosGroup/Vulkan-Tools.git'
|
source_url 'https://github.com/KhronosGroup/Vulkan-Tools.git'
|
||||||
@@ -14,9 +14,9 @@ class Vulkan_tools < CMake
|
|||||||
binary_compression 'tar.zst'
|
binary_compression 'tar.zst'
|
||||||
|
|
||||||
binary_sha256({
|
binary_sha256({
|
||||||
aarch64: '20e7f6a44a17d6245118007e09e6d468e16d64c4cbf3a4e7c230c55a41569e98',
|
aarch64: '39cf153fa5de884cbb3622ee0c95f5de997279b5ddc41a84ba191352876f35a7',
|
||||||
armv7l: '20e7f6a44a17d6245118007e09e6d468e16d64c4cbf3a4e7c230c55a41569e98',
|
armv7l: '39cf153fa5de884cbb3622ee0c95f5de997279b5ddc41a84ba191352876f35a7',
|
||||||
x86_64: '1c3e0366b103a22bde977762f4f24324c94bc2f53989fb04a7212c1368fd5b4d'
|
x86_64: 'aa3995e74e97ceffd1a3ba0349d56f9645a4eb7badd9c83bf7f956502eb43ee0'
|
||||||
})
|
})
|
||||||
|
|
||||||
depends_on 'gcc_dev' => :build
|
depends_on 'gcc_dev' => :build
|
||||||
|
|||||||
Reference in New Issue
Block a user