Skip to content

Commit 10ed120

Browse files
committed
m127-patched-2
1 parent 54537ef commit 10ed120

2 files changed

Lines changed: 3 additions & 3 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/m127-patched-1/WebRTC.xcframework.zip",
17-
checksum: "a4d58cb231e554b79d3500b66cc5fdea2065dcfd5470885bb099602a9b803717"
16+
url: "https://github.com/WebRTSP/libWebRTC/releases/download/m127-patched-2/WebRTC.xcframework.zip",
17+
checksum: "c0bea0e813acea8e4ecc792acc0f1dcbf0e9ac765a6b7d33e62179d6b5f2bf1e"
1818
)
1919
]
2020
)

version.sh

Lines changed: 1 addition & 1 deletion
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=m127-patched-1
4+
export LIBWEBRTC_VERSION_NAME=m127-patched-2
55
export LIBWEBRTC_BRANCH=6533

0 commit comments

Comments
 (0)