Skip to content

Commit

Permalink
Update CEF to 117.2.2+ge80c977+chromium-117.0.5938.132
Browse files Browse the repository at this point in the history
  • Loading branch information
Dutchman101 committed Oct 1, 2023
1 parent 3d143d8 commit edf74f7
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 = "117.1.4+ga26f38b+chromium-117.0.5938.92"
local CEF_HASH = "ee2f2d40cb09bc72a04d769848cd6a88e7bfe8160e251043daf39ca314d39279"
local CEF_VERSION = "117.2.2+ge80c977+chromium-117.0.5938.132"
local CEF_HASH = "7010b2eafcc68f1561e60db2526268e9859fa68d3a623795e126efcee52cc7ce"

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

0 comments on commit edf74f7

Please sign in to comment.