Skip to content

Commit

Permalink
Update CEF to 112.3.0+gb09c4ca+chromium-112.0.5615.165
Browse files Browse the repository at this point in the history
  • Loading branch information
patrikjuvonen committed Apr 21, 2023
1 parent 265464d commit 0163b12
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions utils/buildactions/install_cef.lua
Expand Up @@ -9,8 +9,8 @@ local CEF_URL_PREFIX = "https://cef-builds.spotifycdn.com/cef_binary_"
local CEF_URL_SUFFIX = "_windows32_minimal.tar.bz2"

-- Change here to update CEF version
local CEF_VERSION = "112.2.10+gd000e45+chromium-112.0.5615.121"
local CEF_HASH = "118db593ec18281aaad22c81dadaa6120497eaaae8431f599db1f1387ac57eb6"
local CEF_VERSION = "112.3.0+gb09c4ca+chromium-112.0.5615.165"
local CEF_HASH = "3a13ed9d050d77ce25f12db8351dd70a351866bcf2a7db3ac4001fcd177f4451"

function make_cef_download_url()
return CEF_URL_PREFIX..http.escapeUrlParam(CEF_VERSION)..CEF_URL_SUFFIX
Expand Down

0 comments on commit 0163b12

Please sign in to comment.