Skip to content

Commit

Permalink
Upgrade to 131.0.6778.108 version (#136)
Browse files Browse the repository at this point in the history
  • Loading branch information
instrumentisto-bot authored Dec 9, 2024
1 parent e025f5a commit 59066aa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions VERSION
Original file line number Diff line number Diff line change
Expand Up @@ -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/<WEBRTC_VERSION>/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 \
Expand Down
4 changes: 2 additions & 2 deletions instrumentisto-libwebrtc-bin.podspec
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
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"
spec.license = { :type => 'BSD', :file => 'WebRTC.xcframework/LICENSE.md' }
spec.author = { 'Instrumentisto Team' => '[email protected]' }
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 = {
Expand Down

0 comments on commit 59066aa

Please sign in to comment.