Commit 9148195f authored by satmandu's avatar satmandu Committed by GitHub

Update vulkan_headers.rb (#5303)

parent 2e0e7ab6
......@@ -3,23 +3,23 @@ require 'package'
class Vulkan_headers < Package
description 'Vulkan header files'
homepage 'https://github.com/KhronosGroup/Vulkan-Headers'
@_ver = '1.2.170'
@_ver = '1.2.171'
version @_ver
compatibility 'all'
source_url "https://github.com/KhronosGroup/Vulkan-Headers/archive/v#{@_ver}.tar.gz"
source_sha256 '6fa84897197bd72cf4b1a686c903df67fc0fe108e4ed02e6adb3d72c468f1c1f'
source_sha256 'b86266544ab1d6780c5ee6cdf10f24ba9ec4c97bc83d2229e0fb8142c36e52ac'
binary_url({
aarch64: 'https://dl.bintray.com/chromebrew/chromebrew/vulkan_headers-1.2.170-chromeos-armv7l.tar.xz',
armv7l: 'https://dl.bintray.com/chromebrew/chromebrew/vulkan_headers-1.2.170-chromeos-armv7l.tar.xz',
i686: 'https://dl.bintray.com/chromebrew/chromebrew/vulkan_headers-1.2.170-chromeos-i686.tar.xz',
x86_64: 'https://dl.bintray.com/chromebrew/chromebrew/vulkan_headers-1.2.170-chromeos-x86_64.tar.xz'
aarch64: 'https://dl.bintray.com/chromebrew/chromebrew/vulkan_headers-1.2.171-chromeos-armv7l.tar.xz',
armv7l: 'https://dl.bintray.com/chromebrew/chromebrew/vulkan_headers-1.2.171-chromeos-armv7l.tar.xz',
i686: 'https://dl.bintray.com/chromebrew/chromebrew/vulkan_headers-1.2.171-chromeos-i686.tar.xz',
x86_64: 'https://dl.bintray.com/chromebrew/chromebrew/vulkan_headers-1.2.171-chromeos-x86_64.tar.xz'
})
binary_sha256({
aarch64: 'c91cdf5912c17199838f36df1cfb8f1c225a747f177ef81383c0fbef330974d4',
armv7l: 'c91cdf5912c17199838f36df1cfb8f1c225a747f177ef81383c0fbef330974d4',
i686: '325276ef0c915d261c9745b587667e7f316379fc697fd7747ecf63733e39584a',
x86_64: '7d53e53b6ec7afc74e8b4d5dea6b57a6b2debdd6d4be72a72e48601272c4caa8'
aarch64: 'f0795e78f27c10ab4180743b4f1f46b566007da4fd348b4cdf6e35ee4c3fb72b',
armv7l: 'f0795e78f27c10ab4180743b4f1f46b566007da4fd348b4cdf6e35ee4c3fb72b',
i686: '285dbac0bfd1e95262b2d60a0b9ff3dc5c300b794777871552d104a4e7f68549',
x86_64: 'f054e13240784b5c989d0a046a36dcffed794b1d6cbd3ff3998c2d70d32b0234'
})
def self.build
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment