@@ -5,7 +5,7 @@ type: pages
5
5
layout : page
6
6
lang : en
7
7
share : false
8
- version : 3
8
+ version : 4
9
9
10
10
# # These strings need to be localized. In the listing below, the
11
11
# # comment above each entry contains the English text. The key before the
@@ -60,6 +60,7 @@ verification_recommended: "Download verification is optional but highly recommen
60
60
windows_instructions : " Windows verification instructions"
61
61
macos_instructions : " MacOS verification instructions"
62
62
linux_instructions : " Linux verification instructions"
63
+ snap_instructions : " Snap package verification instructions"
63
64
download_release : " Click the link in the list above to download the release for your platform and wait for the file to finish downloading."
64
65
download_checksums : " Download the list of cryptographic checksums:"
65
66
cd_to_downloads : " Open a terminal (command line prompt) and Change Directory (cd) to the folder you use for downloads. For example:"
@@ -91,6 +92,12 @@ gpg_download_page: "install it now"
91
92
gpg_download_other : " or see other installation"
92
93
gpg_download_options : " options."
93
94
95
+ snap_warning : >
96
+ While the Snap packages use the deterministically generated executables, the
97
+ Snap tool itself does not provide a streamlined way to reveal the contents of
98
+ a Snap package. Thus, the Bitcoin Core project does not have the information
99
+ necessary to help you verify the Bitcoin Core Snap packages.
100
+
94
101
ensure_checksum_matches : >
95
102
Ensure that the checksum produced by the command above matches one of
96
103
the checksums listed in the checksums file you downloaded earlier. We
0 commit comments