We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36f902e commit b47936aCopy full SHA for b47936a
Formula/s/spirv-llvm-translator.rb
@@ -1,8 +1,8 @@
1
class SpirvLlvmTranslator < Formula
2
desc "Tool and a library for bi-directional translation between SPIR-V and LLVM IR"
3
homepage "https://github.com/KhronosGroup/SPIRV-LLVM-Translator"
4
- url "https://github.com/KhronosGroup/SPIRV-LLVM-Translator/archive/refs/tags/v21.1.0.tar.gz"
5
- sha256 "4f7019a06c731daebbc18080db338964002493ead4cfb440fef95d120c50a170"
+ url "https://github.com/KhronosGroup/SPIRV-LLVM-Translator/archive/refs/tags/v21.1.1.tar.gz"
+ sha256 "dda46febdb060a1d5cc2ceeb9682ccaf33e55ae294fd0793274531b54f07c46b"
6
license "Apache-2.0" => { with: "LLVM-exception" }
7
8
bottle do
0 commit comments