Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions packages/s/shaderc/xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ package("shaderc")
add_urls("https://github.com/google/shaderc/archive/refs/tags/$(version).tar.gz",
"https://github.com/google/shaderc.git")

add_versions("v2025.5", "fca5041b1fdea6daba167b63e04e55e5059fab40828342126169336643445447")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

critical

The version v2025.5 does not appear to exist in the upstream google/shaderc repository. The latest available tag is v2024.1. Adding this version will cause package installation to fail because the source code archive at https://github.com/google/shaderc/archive/refs/tags/v2025.5.tar.gz will not be found. This seems to be caused by an issue in the auto-update script.

add_versions("v2024.1", "eb3b5f0c16313d34f208d90c2fa1e588a23283eed63b101edd5422be6165d528")
add_versions("v2024.0", "c761044e4e204be8e0b9a2d7494f08671ca35b92c4c791c7049594ca7514197f")
add_versions("v2022.2", "517d36937c406858164673db696dc1d9c7be7ef0960fbf2965bfef768f46b8c0")
Expand Down
Loading