Richard Pospesel pushed to branch main at The Tor Project / Applications / Tor Browser update responses
Commits: be18bb20 by Richard Pospesel at 2023-02-17T16:24:32+00:00 release: new version, 12.0.3
- - - - -
3 changed files:
- update_3/release/.htaccess - + update_3/release/12.0.2-12.0.3-macos-ALL.xml - + update_3/release/12.0.3-macos-ALL.xml
Changes:
===================================== update_3/release/.htaccess ===================================== @@ -14,6 +14,12 @@ RewriteRule ^Linux_x86-gcc3/ 12.0.3-linux32-ALL.xml [last] RewriteRule ^Linux_x86_64-gcc3/12.0.2/ALL 12.0.2-12.0.3-linux64-ALL.xml [last] RewriteRule ^Linux_x86_64-gcc3/[^/]+/ALL 12.0.3-linux64-ALL.xml [last] RewriteRule ^Linux_x86_64-gcc3/ 12.0.3-linux64-ALL.xml [last] +RewriteRule ^Darwin_x86_64-gcc3/12.0.2/ALL 12.0.2-12.0.3-macos-ALL.xml [last] +RewriteRule ^Darwin_x86_64-gcc3/[^/]+/ALL 12.0.3-macos-ALL.xml [last] +RewriteRule ^Darwin_x86_64-gcc3/ 12.0.3-macos-ALL.xml [last] +RewriteRule ^Darwin_aarch64-gcc3/12.0.2/ALL 12.0.2-12.0.3-macos-ALL.xml [last] +RewriteRule ^Darwin_aarch64-gcc3/[^/]+/ALL 12.0.3-macos-ALL.xml [last] +RewriteRule ^Darwin_aarch64-gcc3/ 12.0.3-macos-ALL.xml [last] RewriteRule ^WINNT_x86-gcc3/12.0.2/ALL 12.0.2-12.0.3-win32-ALL.xml [last] RewriteRule ^WINNT_x86-gcc3/[^/]+/ALL 12.0.3-win32-ALL.xml [last] RewriteRule ^WINNT_x86-gcc3/ 12.0.3-win32-ALL.xml [last]
===================================== update_3/release/12.0.2-12.0.3-macos-ALL.xml ===================================== @@ -0,0 +1,2 @@ +<?xml version="1.0" encoding="UTF-8"?> +<updates><update type="minor" displayVersion="12.0.3" appVersion="12.0.3" platformVersion="102.8.0" buildID="20230702040101" detailsURL="https://blog.torproject.org/new-release-tor-browser-1203" actions="showURL" openURL="https://blog.torproject.org/new-release-tor-browser-1203" minSupportedOSVersion="16.0.0"><patch URL="https://cdn.torproject.org/aus1/torbrowser/12.0.3/tor-browser-macos-12.0.3_ALL.mar" hashFunction="SHA512" hashValue="7b8d60a04444c3516b20303fb096d3e3c5eb00b629244a64847cd1fd53b0a8de589d397ce2e02b8d2f91c460f8176b55faa715a83e20b2090c9a0dac924a79c0" size="141380542" type="complete"></patch><patch URL="https://cdn.torproject.org/aus1/torbrowser/12.0.3/tor-browser-macos-12.0.2-12.0.3_ALL.incremental.mar" hashFunction="SHA512" hashValue="43f5d2fbbe1803241ae1ba5736399a4302abb1abbbf97957fba8c97a09d2150d606b00019e73f3b2f1b1c0965774ad08a591599134966776c24386ef77ce7d0d" size="24469845" type="partial"></patch></update></updates>
===================================== update_3/release/12.0.3-macos-ALL.xml ===================================== @@ -0,0 +1,2 @@ +<?xml version="1.0" encoding="UTF-8"?> +<updates><update type="minor" displayVersion="12.0.3" appVersion="12.0.3" platformVersion="102.8.0" buildID="20230702040101" detailsURL="https://blog.torproject.org/new-release-tor-browser-1203" actions="showURL" openURL="https://blog.torproject.org/new-release-tor-browser-1203" minSupportedOSVersion="16.0.0"><patch URL="https://cdn.torproject.org/aus1/torbrowser/12.0.3/tor-browser-macos-12.0.3_ALL.mar" hashFunction="SHA512" hashValue="7b8d60a04444c3516b20303fb096d3e3c5eb00b629244a64847cd1fd53b0a8de589d397ce2e02b8d2f91c460f8176b55faa715a83e20b2090c9a0dac924a79c0" size="141380542" type="complete"></patch></update></updates>
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-update-responses/...