Skip to content

Commit 09e0eef

Browse files
committed
m124-patched
1 parent d6d4886 commit 09e0eef

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ let package = Package(
1313
targets: [
1414
.binaryTarget(
1515
name: "WebRTC",
16-
url: "https://github.com/WebRTSP/libWebRTC/releases/download/m102-patched-7/WebRTC.xcframework.zip",
17-
checksum: "efe023ac5c2930e6a26c649f36de6b1c3a1a28cad0a6cde4e54ab885db109f90"
16+
url: "https://github.com/WebRTSP/libWebRTC/releases/download/m124-patched/WebRTC.xcframework.zip",
17+
checksum: "2452b9d97c875846e878dbaec591fcb937d6095f96c4a3665592c40efc8be81c"
1818
)
1919
]
2020
)

version.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash -e
22

33
# https://chromiumdash.appspot.com/branches
4-
export LIBWEBRTC_VERSION_NAME=m102-patched-7
5-
export LIBWEBRTC_BRANCH=5005
4+
export LIBWEBRTC_VERSION_NAME=m124-patched
5+
export LIBWEBRTC_BRANCH=6367

0 commit comments

Comments
 (0)