From 59066aa1dfab59ff3f88765609ae706f81f97078 Mon Sep 17 00:00:00 2001 From: "[Bot] Instrumentisto" <57999751+instrumentisto-bot@users.noreply.github.com> Date: Mon, 9 Dec 2024 14:16:18 +0100 Subject: [PATCH] Upgrade to 131.0.6778.108 version (#136) --- VERSION | 6 +++--- instrumentisto-libwebrtc-bin.podspec | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/VERSION b/VERSION index b7b743cb..9fe6e6d4 100644 --- a/VERSION +++ b/VERSION @@ -2,17 +2,17 @@ CCACHE_VERSION=4.8.3 # WebRTC doesn't have its own versioning, so we use Chromium versions: # https://chromiumdash.appspot.com/releases -WEBRTC_VERSION=131.0.6778.85 +WEBRTC_VERSION=131.0.6778.108 # Look for the concrete revision for WebRTC in: # https://chromium.googlesource.com/chromium/src/+/refs/tags//DEPS -WEBRTC_COMMIT=8445abdf8069cadcbd134369b70d0ebd436ef477 +WEBRTC_COMMIT=79aff54b0fa9238ce3518dd9eaf9610cd6f22e82 # Additional revision of the `WEBRTC_VERSION` added as `-rN` suffix to it, and # tracking additional changes applied on top of it. # Required for being able to release new versions without waiting for the # `WEBRTC_VERSION` bump. If absent or is commented out, then no `REVISION` is # added to the `WEBRTC_VERSION`. -REVISION=1 +#REVISION=1 PACKAGE_NAMES= \ linux-arm64 \ diff --git a/instrumentisto-libwebrtc-bin.podspec b/instrumentisto-libwebrtc-bin.podspec index 1433f7b7..7a1ba649 100644 --- a/instrumentisto-libwebrtc-bin.podspec +++ b/instrumentisto-libwebrtc-bin.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = "instrumentisto-libwebrtc-bin" - spec.version = "131.0.6778.85-r1" + spec.version = "131.0.6778.108" spec.summary = "Pre-compiled `libwebrtc` library for Darwin used by Medea Flutter-WebRTC." spec.homepage = "https://github.com/instrumentisto/libwebrtc-bin" @@ -8,7 +8,7 @@ Pod::Spec.new do |spec| spec.author = { 'Instrumentisto Team' => 'developer@instrumentisto.com' } spec.ios.deployment_target = '10.0' - spec.source = { :http => "https://github.com/instrumentisto/libwebrtc-bin/releases/download/131.0.6778.85-r1/libwebrtc-ios.zip" } + spec.source = { :http => "https://github.com/instrumentisto/libwebrtc-bin/releases/download/131.0.6778.108/libwebrtc-ios.zip" } spec.vendored_frameworks = "WebRTC.xcframework" spec.pod_target_xcconfig = {