Skip to content

Commit 4797a88

Browse files
authoredFeb 22, 2022
[glslang] bump version to 11.7.0 (#4484)
1 parent 318ffd4 commit 4797a88

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎G/glslang/build_tarballs.jl

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
using BinaryBuilder
22

33
name = "glslang"
4-
version = v"8.13.3743"
4+
version = v"11.7.0"
55

66
source = "https://github.com/KhronosGroup/glslang.git"
7-
commit = "bcf6a2430e99e8fc24f9f266e99316905e6d5134" # April 27th, 2020
7+
commit = "925503088e2bcd76921b1e102c37fc320bace254" # Nov 11, 2021 (tag 11.7.0)
88

99
sources = [
1010
GitSource(source, commit)
@@ -41,4 +41,4 @@ dependencies = [
4141
platforms = supported_platforms()
4242
platforms = expand_cxxstring_abis(platforms)
4343

44-
build_tarballs(ARGS, name, version, sources, script, platforms, products, dependencies)
44+
build_tarballs(ARGS, name, version, sources, script, platforms, products, dependencies, julia_compat="1.6")

0 commit comments

Comments
 (0)