Skip to content

Commit b47936a

Browse files
committed
spirv-llvm-translator 21.1.1
1 parent 36f902e commit b47936a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Formula/s/spirv-llvm-translator.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class SpirvLlvmTranslator < Formula
22
desc "Tool and a library for bi-directional translation between SPIR-V and LLVM IR"
33
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"
4+
url "https://github.com/KhronosGroup/SPIRV-LLVM-Translator/archive/refs/tags/v21.1.1.tar.gz"
5+
sha256 "dda46febdb060a1d5cc2ceeb9682ccaf33e55ae294fd0793274531b54f07c46b"
66
license "Apache-2.0" => { with: "LLVM-exception" }
77

88
bottle do

0 commit comments

Comments
 (0)