[tor-commits] [webwml/staging] Fixed version tags and windows package name

sebastian at torproject.org sebastian at torproject.org
Thu Feb 12 12:35:32 UTC 2015


commit fba8f12cb418638c66e17cb8eb84151a41c82119
Author: ilv <ilv at users.noreply.github.com>
Date:   Thu Feb 12 00:04:48 2015 -0300

    Fixed version tags and windows package name
---
 docs/en/verifying-signatures.wml |   13 ++++++-------
 1 file changed, 6 insertions(+), 7 deletions(-)

diff --git a/docs/en/verifying-signatures.wml b/docs/en/verifying-signatures.wml
index d4bc169..8791165 100644
--- a/docs/en/verifying-signatures.wml
+++ b/docs/en/verifying-signatures.wml
@@ -85,7 +85,7 @@
     <p>To verify the signature of the package you downloaded, you will need
     to download the ".asc" file as well. Assuming you downloaded the
     package and its signature to your Desktop, run:</p>
-    <pre>"C:\Program Files\Gnu\GnuPg\gpg.exe" --verify C:\Users\Alice\Desktop\tor-browser-2.3.25-13_en-US.exe.asc C:\Users\Alice\Desktop\tor-browser-2.3.25-13_en-US.exe</pre>
+    <pre>"C:\Program Files\Gnu\GnuPg\gpg.exe" --verify C:\Users\Alice\Desktop\torbrowser-install-<version-torbrowserbundle>_en-US.exe.asc C:\Users\Alice\Desktop\torbrowser-install-<version-torbrowserbundle>_en-US.exe</pre>
     <p>The output should say "Good signature": </p>
     <pre>
     gpg: Signature made Wed 31 Aug 2011 06:37:01 PM EDT using RSA key ID 63FEE659
@@ -137,14 +137,13 @@
 
     <p>To verify the signature of the package you downloaded, you will need
     to download the ".asc" file as well. Assuming you downloaded the
-    package and its signature to your Desktop, run (where <version> stands
-    for the version of Tor Browser you downloaded):</p>
+    package and its signature to your Desktop, run:</p>
 
-    <strong>For Mac OS X users</strong>:
-    <pre>gpg --verify ~/Desktop/TorBrowser-<version>-osx32_en-US.dmg{.asc*,}</pre>
+    <strong>For Mac OS X users</strong>:<br />
+    <pre>gpg --verify ~/Desktop/TorBrowser-<version-torbrowserbundleosx32>-osx32_en-US.dmg{.asc*,}</pre>
     
-    <strong>For Linux users</strong> (change 32 by 64 if you have the 64-bit package):
-    <pre>gpg --verify ~/Desktop/tor-browser-linux32-<version>_en-US.tar.xz{.asc*,}</pre>
+    <strong>For Linux users</strong> (change 32 by 64 if you have the 64-bit package):<br />
+    <pre>gpg --verify ~/Desktop/tor-browser-linux32-<version-torbrowserbundlelinux32>_en-US.tar.xz{.asc*,}</pre>
 
     <p>The output should say "Good signature": </p>
 





More information about the tor-commits mailing list