mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-05-01 03:00:26 -04:00
shaderc -> 2026.2 in updater-shaderc-2026.2 — shaderc: 2026.1 → 2026.2 (#15883)
* shaderc -> 2026.2 in updater-shaderc-2026.2 * updater-shaderc-2026.2: Package File Update Run on linux/amd64 container. * updater-shaderc-2026.2: Package File Update Run on linux/arm/v7 container. * remove erroneous vulkansdk dep --------- Co-authored-by: github-merge-queue <github-merge-queue@users.noreply.github.com> Co-authored-by: chromebrew-actions[bot] <220035932+chromebrew-actions[bot]@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:
committed by
GitHub
parent
04f2b24286
commit
8dc619aa4f
@@ -1,4 +1,4 @@
|
||||
# Total size: 174515771
|
||||
# Total size: 177682048
|
||||
/usr/local/bin/glslang
|
||||
/usr/local/bin/glslangValidator
|
||||
/usr/local/bin/glslc
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Total size: 181896039
|
||||
# Total size: 185420080
|
||||
/usr/local/bin/glslang
|
||||
/usr/local/bin/glslangValidator
|
||||
/usr/local/bin/glslc
|
||||
|
||||
@@ -6,7 +6,7 @@ require 'buildsystems/cmake'
|
||||
class Shaderc < CMake
|
||||
description 'Collection of tools, libraries and tests for shader compilation'
|
||||
homepage 'https://github.com/google/shaderc'
|
||||
version '2026.1'
|
||||
version '2026.2'
|
||||
license 'Apache-2.0'
|
||||
compatibility 'aarch64 armv7l x86_64'
|
||||
source_url 'https://github.com/google/shaderc.git'
|
||||
@@ -14,9 +14,9 @@ class Shaderc < CMake
|
||||
binary_compression 'tar.zst'
|
||||
|
||||
binary_sha256({
|
||||
aarch64: 'd6b0ba5835b5b2d69d8aed52f1e6c3756fdb91087893a9b3697f963d260d1d16',
|
||||
armv7l: 'd6b0ba5835b5b2d69d8aed52f1e6c3756fdb91087893a9b3697f963d260d1d16',
|
||||
x86_64: 'c7115e3ce3dcefa529e96cb5e79d642f8109454a78adc097bc00feb115c8b60e'
|
||||
aarch64: 'd2685cf0ed8a5b820c321d0470b56153a4f7df9dd1bd2796456c1f243a888a02',
|
||||
armv7l: 'd2685cf0ed8a5b820c321d0470b56153a4f7df9dd1bd2796456c1f243a888a02',
|
||||
x86_64: '34bc32b9cdd6cba70007050e8a83daa467ac8fcafb7eeed9bc7005028fd887a3'
|
||||
})
|
||||
|
||||
depends_on 'gcc_lib' => :library
|
||||
|
||||
Reference in New Issue
Block a user