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

[tor-commits] [Git][tpo/applications/tor-browser-build][maint-12.0] Bug 40752: Fix urls in download-android-*.json files



Title: GitLab

boklm pushed to branch maint-12.0 at The Tor Project / Applications / tor-browser-build

Commits:

  • 855a1723
    by Nicolas Vigier at 2023-01-24T13:05:55+01:00
    Bug 40752: Fix urls in download-android-*.json files
    
    Fix the regexp used to find android apk files (to exclude .apk.asc
    files).
    

1 changed file:

Changes:

  • tools/update-responses/update_responses
    ... ... @@ -170,7 +170,7 @@ sub get_perplatform_downloads {
    170 170
               $os = 'windows-x86_64';
    
    171 171
             } elsif ($file =~ m/^$config->{appname_bundle_win32}-${version}_(.+).exe$/) {
    
    172 172
               $os = 'windows-i686';
    
    173
    -        } elsif ($file =~ m/^$config->{appname_bundle_android}-${version}-(android-armv7|android-x86|android-x86_64|android-aarch64)-multi.apk/) {
    
    173
    +        } elsif ($file =~ m/^$config->{appname_bundle_android}-${version}-(android-armv7|android-x86|android-x86_64|android-aarch64)-multi.apk$/) {
    
    174 174
               $os = $1;
    
    175 175
             } else {
    
    176 176
                 next;
    

  • _______________________________________________
    tor-commits mailing list
    tor-commits@xxxxxxxxxxxxxxxxxxxx
    https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits