Skip to content

Commit

Permalink
Merge pull request #612 from randomName0815/patch-1
Browse files Browse the repository at this point in the history
Update TorBrowserBundle.download.recipe
  • Loading branch information
homebysix authored Oct 13, 2023
2 parents 6b7a52d + 11aee5a commit 4cda23e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Tor/TorBrowserBundle.download.recipe
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<key>Arguments</key>
<dict>
<key>re_pattern</key>
<string>href="\/dist\/torbrowser\/[\d\.]+\/TorBrowser-([\d\.]+)-macos_ALL\.dmg"</string>
<string>href="\/dist\/torbrowser\/[\d\.]+\/tor-browser-macos-([\d\.]+)\.dmg"</string>
<key>result_output_var_name</key>
<string>version</string>
<key>url</key>
Expand All @@ -34,7 +34,7 @@
<key>filename</key>
<string>%NAME%-%version%.dmg</string>
<key>url</key>
<string>https://www.torproject.org/dist/torbrowser/%version%/TorBrowser-%version%-macos_ALL.dmg</string>
<string>https://www.torproject.org/dist/torbrowser/%version%/tor-browser-macos-%version%.dmg</string>
</dict>
<key>Processor</key>
<string>URLDownloader</string>
Expand Down

0 comments on commit 4cda23e

Please sign in to comment.