Skip to content

Commit

Permalink
Point to WebRTC 5845h
Browse files Browse the repository at this point in the history
  • Loading branch information
rashad-signal authored Sep 28, 2023
1 parent c617467 commit ecfe27a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions bin/fetch-artifact.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@
UNVERIFIED_DOWNLOAD_NAME = "unverified.tmp"

PREBUILD_CHECKSUMS = {
'android': 'bbb62387a150044563a95ee217cf647e734da3f5c4e2a3df75cb5ecd21f11e61',
'ios': 'eab9ae25a06e58c458cad002d89f0d1e3d9c6f2b9a7ed3ed6c06d30a34c835aa',
'linux-arm64': '35a27ed50733b9ab7668ec65e5470784e9e35e4f2f489d379f1a7482cf2fbea8',
'linux-x64': '2ccf3d4559ab1d41b3ac55b43befb2ff2298dcd5c9b202bf38d1f172f89fcc1f',
'mac-arm64': 'a01d490b49f382ffd6920da2c8e23ff4a3cdba207bc84f3b19008f71c2030f37',
'mac-x64': '3212078b4df98f7e91d7bcc11f8c10d3a0172d7e623024c7ff074a4c9f51d5f6',
'windows-arm64': '8a40cbd945773385b44f69e49bc4006842ad76405c75ee30f1b6fc9571889848',
'windows-x64': 'cd2bebacaedbade39bd7c685e20b20c8a210fa6bf87921a612719436910947e6',
'android': 'e0f54bf50ec84aa359de16166e26ccacf89aa68302f22a16e6b1c38c234bdd11',
'ios': '4096085cb256dcb5c8d7c0c38a44f4b5e78d9d8ff68ba6b02dc6e9f687906e4f',
'linux-arm64': '14d9a9696a7625ac6a8a6f7b28d646b9c0868e56f57d9b5a6eecf36027f63b8e',
'linux-x64': '021e80ee4ede85f1bb57c7ccf7edc777980c6a69d431295fd3565965bd1dfda4',
'mac-arm64': '0d51658a045f14daea9869c935d3b1e7f74f198da7d08a79e2f8976994f92aff',
'mac-x64': '8a549973ed6109832518e3e0b363832613254ed82ddb1af989183074b45d96d7',
'windows-arm64': 'd26579297bd665df6a345c1f8885f0f4b53351679ac67e3b100a25d7a88d8386',
'windows-x64': '8238bfd4823d507589353989167f309b311391f78fb48437d82c84746e13b18b',
}


Expand Down
2 changes: 1 addition & 1 deletion config/version.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
webrtc.version=5845g
webrtc.version=5845h

ringrtc.version.major=2
ringrtc.version.minor=32
Expand Down

0 comments on commit ecfe27a

Please sign in to comment.