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

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



Title: GitLab

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:

Changes:

  • projects/firefox/config
    ... ... @@ -223,9 +223,9 @@ input_files:
    223 223
         enable: '[% c("var/windows") %]'
    
    224 224
         target_prepend:
    
    225 225
           - torbrowser-windows-x86_64
    
    226
    -  - URL: 'https://crates.io/api/v1/crates/windows/[% c("var/windows_rs_version") %]/download'
    
    226
    +  - URL: 'https://static.crates.io/crates/windows/windows-[% c("var/windows_rs_version") %].crate'
    
    227 227
         name: windows-rs
    
    228
    -    filename: 'windows-rs-[% c("var/windows_rs_version") %].tar.zst'
    
    228
    +    filename: 'windows-rs-[% c("var/windows_rs_version") %].tar.gz'
    
    229 229
         sha256sum: '[% c("var/windows_rs_sha256sum") %]'
    
    230 230
         enable: '[% c("var/windows") %]'
    
    231 231
       - filename: abicheck.cc
    

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