@@ -23,7 +23,7 @@ use walkdir::{DirEntry, WalkDir};
2323/// [`libwebrtc-bin`]: https://github.com/instrumentisto/libwebrtc-bin
2424static LIBWEBRTC_URL : & str =
2525 "https://github.com/instrumentisto/libwebrtc-bin/releases/download\
26- /126 .0.6478.182-r2 ";
26+ /127 .0.6533.72 ";
2727
2828/// URL for downloading `openal-soft` source code.
2929static OPENAL_URL : & str =
@@ -120,19 +120,19 @@ fn get_target() -> anyhow::Result<String> {
120120fn get_expected_libwebrtc_hash ( ) -> anyhow:: Result < & ' static str > {
121121 Ok ( match get_target ( ) ?. as_str ( ) {
122122 "aarch64-unknown-linux-gnu" => {
123- "f35ef4076a4c6a9adce54717f14c7408a5a3e2d9e09c3f112a70a823b7369933 "
123+ "56ccde930cacd2251fff8aba9991782f93deb1883fd9763ae3b297d2b2973023 "
124124 }
125125 "x86_64-unknown-linux-gnu" => {
126- "9bc1995fcd28d6b26191717a92bae64e13e583d15e8c582322527b43be2b7c84 "
126+ "2dd4c7cb497d6b1ce10a52a22effd0ae5d616f50ec12192956d904cca838743b "
127127 }
128128 "aarch64-apple-darwin" => {
129- "8e135face9e03b3f90c9fd73d02bc9a024fe9f1ac07fd8aa6d4c1dfaef61de86 "
129+ "9ce99c5ede1bcf16ddf630be9a0fc34c086c948f17645254c9537a43c831bbc1 "
130130 }
131131 "x86_64-apple-darwin" => {
132- "0ffcee42398804e27408f1c4acadefce69f88e425ac311eda8a6ff0f9da12eb1 "
132+ "e3dbc4cb009ed8413c7ff18edb5a82cb7fdc8502eed0cc02ffffffbfca4f6560 "
133133 }
134134 "x86_64-pc-windows-msvc" => {
135- "7dda117194077d0408d9e644014cca499f80dd4df4c78dc069ba09ac4b95549a "
135+ "69045ff8f9b239f680e6df0256993981d3d4218de5618238d3cc1c111c6b4801 "
136136 }
137137 arch => return Err ( anyhow:: anyhow!( "Unsupported target: {arch}" ) ) ,
138138 } )
0 commit comments