Skip to content

Commit

Permalink
Bump WebKit for oven-sh/WebKit#80
Browse files Browse the repository at this point in the history
  • Loading branch information
190n committed Jan 18, 2025
1 parent 114639e commit 0af25fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/tools/SetupWebKit.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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 fca5c31290625e0dc75991d6604daa923981c66a)
set(WEBKIT_VERSION e6cb36cabed465c28c7bcbb28d86e8466ea36e8d)
endif()

string(SUBSTRING ${WEBKIT_VERSION} 0 16 WEBKIT_VERSION_PREFIX)
Expand Down

0 comments on commit 0af25fe

Please sign in to comment.