Skip to content

Commit 0b6a5fb

Browse files
committed
Updated OpenSSL & WebRTC versions #beagleim-451
1 parent e31552b commit 0b6a5fb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

update-frameworks.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
OPENSSL_FRAMEWORK="OpenSSL.xcframework"
2-
OPENSSL_VERSION="1.1.171"
3-
OPENSSL_CHECKSUM="da438351ed35625802c369a65476b21c7d49bf4a30cce4f91285f925f42bf5b9"
2+
OPENSSL_VERSION="1.1.1400"
3+
OPENSSL_CHECKSUM="ad34827d95048a4b16c66614428e6f077d9a9e4892b8cf2c9fa66ac7ac93f916"
44
OPENSSL_REPO="tigase/openssl-swiftpm"
55

66
WEBRTC_FRAMEWORK="WebRTC.xcframework"
7-
WEBRTC_VERSION="M88-1"
8-
WEBRTC_CHECKSUM="43390c137eec83116e678c658594151f7d730f39cfb722d8bb6ff7dfd2286398"
7+
WEBRTC_VERSION="M101"
8+
WEBRTC_CHECKSUM="448f13d912972b2c8af1a99556b5727b372b26b1af51505724d7003999c4b0c7"
99
WEBRTC_REPO="tigase/webrtc-swiftpm"
1010

1111
testChecksum () {

0 commit comments

Comments
 (0)