Skip to content

Commit

Permalink
ubuntu-win64-cross: Update glslang
Browse files Browse the repository at this point in the history
  • Loading branch information
mborgerson committed Dec 30, 2024
1 parent eab07f5 commit b6d29d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ubuntu-win64-cross/glslang.mk
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ PKG := glslang
$(PKG)_WEBSITE := https://github.com/KhronosGroup/glslang
$(PKG)_DESCR := glslang
$(PKG)_IGNORE :=
$(PKG)_VERSION := 14.3.0
$(PKG)_VERSION := 15.0.0
$(PKG)_SUBDIR := glslang-$($(PKG)_VERSION)
$(PKG)_FILE := glslang-$($(PKG)_VERSION).tar.gz
$(PKG)_CHECKSUM := be6339048e20280938d9cb399fcdd06e04f8654d43e170e8cce5a56c9a754284
$(PKG)_CHECKSUM := c31c8c2e89af907507c0631273989526ee7d5cdf7df95ececd628fd7b811e064
$(PKG)_URL := https://github.com/KhronosGroup/glslang/archive/refs/tags/$($(PKG)_VERSION).tar.gz
$(PKG)_DEPS := cc spirv-tools

Expand Down

0 comments on commit b6d29d4

Please sign in to comment.