Skip to content

Commit

Permalink
Merge pull request #137168 from chenrui333/bump-glslang-12.3.1
Browse files Browse the repository at this point in the history
glslang 12.3.1
  • Loading branch information
BrewTestBot authored Jul 21, 2023
2 parents 9354afb + 1934070 commit 8f5f7ec
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Formula/glslang.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Glslang < Formula
desc "OpenGL and OpenGL ES reference compiler for shading languages"
homepage "https://www.khronos.org/opengles/sdk/tools/Reference-Compiler/"
url "https://github.com/KhronosGroup/glslang/archive/12.3.0.tar.gz"
sha256 "45e0c7efad184206495aa1888c9008e168628fd1d3867a6975a7cd61dd11f53f"
url "https://github.com/KhronosGroup/glslang/archive/12.3.1.tar.gz"
sha256 "a57836a583b3044087ac51bb0d5d2d803ff84591d55f89087fc29ace42a8b9a8"
license all_of: ["BSD-3-Clause", "GPL-3.0-or-later", "MIT", "Apache-2.0"]
head "https://github.com/KhronosGroup/glslang.git", branch: "main"

Expand All @@ -12,13 +12,13 @@ class Glslang < Formula
end

bottle do
sha256 cellar: :any_skip_relocation, arm64_ventura: "ebe4d05784642abdf22fd81de8f54210edf9e67fa8d372398b5aab5ec45c609c"
sha256 cellar: :any_skip_relocation, arm64_monterey: "9c5cae2984468ac16d2e20c713d43b23b777375d6fddfde2f5a5f836b13ca4ba"
sha256 cellar: :any_skip_relocation, arm64_big_sur: "8fc340f1f2255082935d7c9be087db3ad73aee698aed735875dd6addddc0fbea"
sha256 cellar: :any_skip_relocation, ventura: "e9d9eab0ae84a66d8f088a5a7fab99b50fc40ea9c2ab8896b6a649e0de0d86bc"
sha256 cellar: :any_skip_relocation, monterey: "eaf9e88c35e5ad39f5a5b936467a9eaba556f692f7a968bca482578139c18b61"
sha256 cellar: :any_skip_relocation, big_sur: "64bacd33a30378b6b4aa7f57995a76662bf51369bf1f6a7a0e536ab8bbb8a7d7"
sha256 cellar: :any_skip_relocation, x86_64_linux: "1a33a39f1408862cc356d3240dc6dba23151038e7d98ec4ae15d94153ea5c887"
sha256 cellar: :any_skip_relocation, arm64_ventura: "d32f53806b60877733b8a054cfdebed20c4ab024b0d12f60293d7173d91d1922"
sha256 cellar: :any_skip_relocation, arm64_monterey: "ba30ede37b5aeb6ce8dac772e48afe89472a5b0601399134c136f5ad27fde2dd"
sha256 cellar: :any_skip_relocation, arm64_big_sur: "60dfac0253d11e3bb3e4bea1f3b97c10dd8cdd2e3edbf35bbe109ed7164486eb"
sha256 cellar: :any_skip_relocation, ventura: "3aa531dff095e45f3e509b23f1425b5ce5d50139ef33f9803e9c41179824ec41"
sha256 cellar: :any_skip_relocation, monterey: "48b8e5575c92a72e4979527871f22342abe04ee068ca0d2aebc2fcdfcaeb31cf"
sha256 cellar: :any_skip_relocation, big_sur: "d7c133d9edbbe5d719dfe2a8738bf709a05b0e63c76f83604b60aa084084953a"
sha256 cellar: :any_skip_relocation, x86_64_linux: "08cf771bce60b40a83a3f01df0d83daf3f51ed925670f918e246f4212e9e81b9"
end

depends_on "cmake" => :build
Expand Down

0 comments on commit 8f5f7ec

Please sign in to comment.