boklm pushed to branch maint-15.0 at The Tor Project / Applications / tor-browser-build Commits: c2817c90 by Nicolas Vigier at 2026-07-14T11:39:59+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 ===================================== @@ -223,9 +223,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") %]' - filename: abicheck.cc View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/c2... -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/c2... 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)