Unverified Commit fdb6d9d0 authored by boklm's avatar boklm
Browse files

Fix typo in 14.0a4 watershed redirect rule

parent 49dddf82
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@ RewriteRule ^[^/]+/1[012]\..*/.* https://aus1.torproject.org/torbrowser/update_p
RewriteRule ^[^/]+/13\.0.*/.* https://aus1.torproject.org/torbrowser/update_pre13.5a10/alpha/$0 [last]
RewriteRule ^[^/]+/13\.5a\d/.* https://aus1.torproject.org/torbrowser/update_pre13.5a10/alpha/$0 [last]
# Make 14.0a4 a watershed alpha release
RewriteRule ^[^/]+/14\.5a[123]/.* https://aus1.torproject.org/torbrowser/update_pre14.0a4/alpha/$0 [last]
RewriteRule ^[^/]+/14\.0a[123]/.* https://aus1.torproject.org/torbrowser/update_pre14.0a4/alpha/$0 [last]
RewriteRule ^[^/]+/14.5a2/ no-update.xml [last]
RewriteRule ^Linux_x86-gcc3/14.0a8/ALL 14.0a8-14.5a2-linux-i686-ALL.xml [last]
RewriteRule ^Linux_x86-gcc3/14.0a9/ALL 14.0a9-14.5a2-linux-i686-ALL.xml [last]