Skip to content

Commit

Permalink
Update CEF to 99.2.12+g2977b3a+chromium-99.0.4844.74
Browse files Browse the repository at this point in the history
  • Loading branch information
Dutchman101 authored Mar 18, 2022
1 parent 4d6f0ca commit 4a08d63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions utils/buildactions/install_cef.lua
Original file line number Diff line number Diff line change
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 = "98.1.21+g9782362+chromium-98.0.4758.102"
local CEF_HASH = "e5c0aadf0620262dfd6a91022bb91b286134aa91ca0a46ed68ffd147d77267b0"
local CEF_VERSION = "99.2.12+g2977b3a+chromium-99.0.4844.74"
local CEF_HASH = "d097b0f6660ea7d6be5c460b1c483714e99b0994171b75a3d0aa31f8973736db"

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

0 comments on commit 4a08d63

Please sign in to comment.