Skip to content

Commit 14dad0d

Browse files
authored
[glslang] Bump to 15.1.0 (microsoft#42812)
1 parent 7ba6833 commit 14dad0d

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

ports/glslang/portfile.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ vcpkg_from_github(
44
OUT_SOURCE_PATH SOURCE_PATH
55
REPO KhronosGroup/glslang
66
REF "${VERSION}"
7-
SHA512 b246c6f280891b7c9b6cd0b5e85e03ccf1fe173cdfc40e566339a5698176cbcfe23eb7aeaba277f071222d76b9f2a00376d790d4d604aedad82e6196fab7fc70
7+
SHA512 8ba7e5f73746b221ff39387282e2d929d1142c60d1c79019f4c21c84b105fb59253e88f2f649a25e9bb7ab01094e455f002c7412aeea882548fac4a426eee809
88
HEAD_REF master
99
)
1010

ports/glslang/vcpkg.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "glslang",
3-
"version": "15.0.0",
3+
"version": "15.1.0",
44
"description": "Khronos-reference front end for GLSL/ESSL, partial front end for HLSL, and a SPIR-V generator.",
55
"homepage": "https://github.com/KhronosGroup/glslang",
66
"license": "Apache-2.0 AND BSD-3-Clause AND MIT AND GPL-3.0-or-later",

versions/baseline.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3185,7 +3185,7 @@
31853185
"port-version": 3
31863186
},
31873187
"glslang": {
3188-
"baseline": "15.0.0",
3188+
"baseline": "15.1.0",
31893189
"port-version": 0
31903190
},
31913191
"glui": {

versions/g-/glslang.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
{
22
"versions": [
3+
{
4+
"git-tree": "218e34707c9d9c77a6c853ac61f9df9fb91e2555",
5+
"version": "15.1.0",
6+
"port-version": 0
7+
},
38
{
49
"git-tree": "238083db89713c6762c7f785176b28183154deed",
510
"version": "15.0.0",

0 commit comments

Comments
 (0)