Compare commits

...

1 Commits

Author SHA1 Message Date
Jarred Sumner
2861998690 Bump WebKit 2025-04-13 08:54:35 -07:00

View File

@@ -2,7 +2,7 @@ option(WEBKIT_VERSION "The version of WebKit to use")
option(WEBKIT_LOCAL "If a local version of WebKit should be used instead of downloading")
if(NOT WEBKIT_VERSION)
set(WEBKIT_VERSION 06820714a7990ea77c78157f9eeaabaf56c2098a)
set(WEBKIT_VERSION 3705a604cadc18cacbd7ce16a7b4f20cf0c59281)
endif()
string(SUBSTRING ${WEBKIT_VERSION} 0 16 WEBKIT_VERSION_PREFIX)