From 9abf720a8b0bdb69466732ce5695e84223834683 Mon Sep 17 00:00:00 2001 From: ErnyTech Team Date: Sun, 31 Dec 2017 14:09:44 +0100 Subject: [PATCH 1/2] Update from upstream cef --- setup_cef.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup_cef.sh b/setup_cef.sh index 2f57548..4fa5f44 100755 --- a/setup_cef.sh +++ b/setup_cef.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -CEF_DOWNLOAD_URL="http://opensource.spotify.com/cefbuilds/cef_binary_3.3112.1653.gf69054f_linux32_minimal.tar.bz2" +CEF_DOWNLOAD_URL="http://opensource.spotify.com/cefbuilds/cef_binary_3.2987.1597.gffc5773_linux32_minimal.tar.bz2" CEF_PATH="cef.tar.bz2" CEF_TMP_DIR="tmp_cef" TARGET_BASE_DIR="${PWD}/libs/cef" From dcfb6240133bb85bc81d96387716bf7a3dfe69ef Mon Sep 17 00:00:00 2001 From: ErnyTech Team Date: Mon, 1 Jan 2018 18:12:37 +0100 Subject: [PATCH 2/2] Update setup_cef.sh --- setup_cef.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup_cef.sh b/setup_cef.sh index 4fa5f44..185ac4d 100755 --- a/setup_cef.sh +++ b/setup_cef.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -CEF_DOWNLOAD_URL="http://opensource.spotify.com/cefbuilds/cef_binary_3.2987.1597.gffc5773_linux32_minimal.tar.bz2" +CEF_DOWNLOAD_URL="http://opensource.spotify.com/cefbuilds/cef_binary_3.3239.1716.g735b746_linux32_minimal.tar.bz2" CEF_PATH="cef.tar.bz2" CEF_TMP_DIR="tmp_cef" TARGET_BASE_DIR="${PWD}/libs/cef"