Skip to content

Commit

Permalink
Update CEF to 80.1.15+g7b802c9+chromium-80.0.3987.163
Browse files Browse the repository at this point in the history
  • Loading branch information
qaisjp committed Apr 8, 2020
1 parent ec2b11a commit 114c0f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions utils/buildactions/install_cef.lua
Expand Up @@ -8,8 +8,8 @@ local CEF_URL_PREFIX = "http://opensource.spotify.com/cefbuilds/cef_binary_"
local CEF_URL_SUFFIX = "_windows32_minimal.tar.bz2"

-- Change here to update CEF version
local CEF_VERSION = "80.0.4+g74f7b0c+chromium-80.0.3987.122"
local CEF_HASH = "8fd8e24af196f00feaaa1553496bae99d8196ba023d0dd0fe44efeee93b04dfc"
local CEF_VERSION = "80.1.15+g7b802c9+chromium-80.0.3987.163"
local CEF_HASH = "d7e4243ad7002709cc9c37829a30bdd794ffe573c77c8529b5b4c3d16cd95de3"

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

0 comments on commit 114c0f6

Please sign in to comment.