Skip to content

Commit

Permalink
upgrade cef_binary to 121.3.4+g2af7b91+chromium-121.0.6167.139
Browse files Browse the repository at this point in the history
  • Loading branch information
SpiralP committed Feb 4, 2024
1 parent cdcc4ef commit cb854fb
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ permissions:
contents: write

jobs:
windows:
windows_x86:
name: Build Windows ${{ matrix.config.arch }}
runs-on: windows-latest
strategy:
Expand All @@ -20,7 +20,7 @@ jobs:
- arch: x86_64
bits: 64
target: x86_64-pc-windows-msvc
url: https://cef-builds.spotifycdn.com/cef_binary_121.3.3%2Bgc6b2e4d%2Bchromium-121.0.6167.86_windows64.tar.bz2
url: https://cef-builds.spotifycdn.com/cef_binary_121.3.4%2Bg2af7b91%2Bchromium-121.0.6167.139_windows64.tar.bz2
- arch: i686
bits: 32
target: i686-pc-windows-msvc
Expand Down Expand Up @@ -120,7 +120,7 @@ jobs:
classicube_cef_windows_${{ matrix.config.arch }}.pdb
cef-windows-${{ matrix.config.arch }}.exe
linux:
linux_x86:
name: Build Linux ${{ matrix.config.arch }}
runs-on: ubuntu-latest
strategy:
Expand All @@ -129,7 +129,7 @@ jobs:
config:
- arch: x86_64
target: x86_64-unknown-linux-gnu
url: https://cef-builds.spotifycdn.com/cef_binary_121.3.3%2Bgc6b2e4d%2Bchromium-121.0.6167.86_linux64.tar.bz2
url: https://cef-builds.spotifycdn.com/cef_binary_121.3.4%2Bg2af7b91%2Bchromium-121.0.6167.139_linux64.tar.bz2
- arch: i686
target: i686-unknown-linux-gnu
# Linux x86 32-bit builds are discontinued after version 101 (details)
Expand Down Expand Up @@ -240,10 +240,10 @@ jobs:
config:
- arch: armhf
target: armv7-unknown-linux-gnueabihf
url: https://cef-builds.spotifycdn.com/cef_binary_121.3.3%2Bgc6b2e4d%2Bchromium-121.0.6167.86_linuxarm.tar.bz2
url: https://cef-builds.spotifycdn.com/cef_binary_121.3.4%2Bg2af7b91%2Bchromium-121.0.6167.139_linuxarm.tar.bz2
- arch: aarch64
target: aarch64-unknown-linux-gnu
url: https://cef-builds.spotifycdn.com/cef_binary_121.3.3%2Bgc6b2e4d%2Bchromium-121.0.6167.86_linuxarm64.tar.bz2
url: https://cef-builds.spotifycdn.com/cef_binary_121.3.4%2Bg2af7b91%2Bchromium-121.0.6167.139_linuxarm64.tar.bz2

steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -310,7 +310,7 @@ jobs:
classicube_cef_linux_${{ matrix.config.arch }}.so
cef-linux-${{ matrix.config.arch }}
mac:
mac_x86:
name: Build MacOS ${{ matrix.config.arch }}
runs-on: macos-latest
strategy:
Expand All @@ -319,7 +319,7 @@ jobs:
config:
- arch: x86_64
target: x86_64-apple-darwin
url: https://cef-builds.spotifycdn.com/cef_binary_121.3.3%2Bgc6b2e4d%2Bchromium-121.0.6167.86_macosx64.tar.bz2
url: https://cef-builds.spotifycdn.com/cef_binary_121.3.4%2Bg2af7b91%2Bchromium-121.0.6167.139_macosx64.tar.bz2

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
let
version = builtins.replaceStrings
[ "+" ] [ "%2B" ]
"121.3.3+gc6b2e4d+chromium-121.0.6167.86";
"121.3.4+g2af7b91+chromium-121.0.6167.139";
in
"https://cef-builds.spotifycdn.com/cef_binary_${version}_linux64.tar.bz2";
hash = "sha256-Eed/6Zr11A0aJwQ4IH3u/NofFncUIY0WCPlncSouAOc=";
Expand Down

0 comments on commit cb854fb

Please sign in to comment.