[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[tor-commits] [Git][tpo/applications/tor-browser-build][main] Bug 41819: Update windows-rs URL



Title: GitLab

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:

Changes:

  • projects/firefox/config
    ... ... @@ -207,9 +207,9 @@ input_files:
    207 207
         enable: '[% c("var/windows") %]'
    
    208 208
         target_prepend:
    
    209 209
           - torbrowser-windows-x86_64
    
    210
    -  - URL: 'https://crates.io/api/v1/crates/windows/[% c("var/windows_rs_version") %]/download'
    
    210
    +  - URL: 'https://static.crates.io/crates/windows/windows-[% c("var/windows_rs_version") %].crate'
    
    211 211
         name: windows-rs
    
    212
    -    filename: 'windows-rs-[% c("var/windows_rs_version") %].tar.zst'
    
    212
    +    filename: 'windows-rs-[% c("var/windows_rs_version") %].tar.gz'
    
    213 213
         sha256sum: '[% c("var/windows_rs_sha256sum") %]'
    
    214 214
         enable: '[% c("var/windows") %]'
    
    215 215
       - project: windows-app-sdk
    

  • _______________________________________________
    tor-commits mailing list -- tor-commits@xxxxxxxxxxxxxxxxxxxx
    To unsubscribe send an email to tor-commits-leave@xxxxxxxxxxxxxxxxxxxx