Skip to content

Commit

Permalink
Revert "Revert "Update CEF to 108.4.13+ga98cd4c+chromium-108.0.5359.1…
Browse files Browse the repository at this point in the history
…25""

This reverts commit 3126752.

Seems to be fine after all.
  • Loading branch information
patrikjuvonen committed Dec 19, 2022
1 parent 4dac6e5 commit 12f68a7
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 = "107.1.12+g65b79a6+chromium-107.0.5304.122"
local CEF_HASH = "443cb9fbbf28dc29326e8315abae100cae8841ca7fb4f62197cdc9a3b6b5f680"
local CEF_VERSION = "108.4.13+ga98cd4c+chromium-108.0.5359.125"
local CEF_HASH = "b0554e0f7f5d3e673d56ab4d69a7b3a4ae255c67329b4d2a5a608d2d43d5f27e"

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

0 comments on commit 12f68a7

Please sign in to comment.