Skip to content

Commit 746f752

Browse files
committed
m102-patched-6
1 parent 2957e00 commit 746f752

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/m102-patched-5/WebRTC.xcframework.zip",
17-
checksum: "82274dfd197459063d4735ffe4cf906ee4646e7ce07ce5215a5390f16cb3a79c"
16+
url: "https://github.com/WebRTSP/libWebRTC/releases/download/m102-patched-6/WebRTC.xcframework.zip",
17+
checksum: "ffd82c9c7e7078456df04ae30083fa00c7664c68727c312505827eafd0f6c7f4"
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=m102-patched-5
4+
export LIBWEBRTC_VERSION_NAME=m102-patched-6
55
export LIBWEBRTC_BRANCH=5005

0 commit comments

Comments
 (0)