boklm pushed to branch main at The Tor Project / Applications / tor-browser-build Commits: d67e930f by Nicolas Vigier at 2026-07-14T11:12:24+02:00 Bug 41819: Update windows-rs URL The URL we had now returns this error: We are unable to process your request at this time. This usually means that you are in violation of our API data access policy (https://crates.io/data-access). According to https://crates.io/data-access we can use https://static.crates.io/ instead. We also update the filename to use the correct extension. - - - - - 1 changed file: - projects/firefox/config Changes: ===================================== projects/firefox/config ===================================== @@ -207,9 +207,9 @@ input_files: enable: '[% c("var/windows") %]' target_prepend: - torbrowser-windows-x86_64 - - URL: 'https://crates.io/api/v1/crates/windows/[% c("var/windows_rs_version") %]/download' + - URL: 'https://static.crates.io/crates/windows/windows-[% c("var/windows_rs_version") %].crate' name: windows-rs - filename: 'windows-rs-[% c("var/windows_rs_version") %].tar.zst' + filename: 'windows-rs-[% c("var/windows_rs_version") %].tar.gz' sha256sum: '[% c("var/windows_rs_sha256sum") %]' enable: '[% c("var/windows") %]' - project: windows-app-sdk View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/d6... -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/d6... You're receiving this email because of your account on gitlab.torproject.org. Manage all notifications: https://gitlab.torproject.org/-/profile/notifications | Help: https://gitlab.torproject.org/help
participants (1)
-
boklm (@boklm)