Skip to content

Commit 37dbc30

Browse files
committed
Download: link directly to installable GPG suits for Mac & Win
Thanks to Blockchain Billy for the suggestion.
1 parent 0387192 commit 37dbc30

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

_includes/templates/download.html

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111
{% assign SIGNING_KEY_FINGERPRINT = "01EA5486DE18A882D4C2684590C8019E36C2E964" %}
1212
{% capture SIGNING_KEY_FINGERPRINT_EXPLODED %}{% include fingerprint-split.html hex=SIGNING_KEY_FINGERPRINT %}{% endcapture %}
1313
{% assign GPG_DOWNLOAD_URL = "https://www.gnupg.org/download/index.en.html#binary" %}
14+
{% assign GPG_MACOS_DOWNLOAD_URL = "https://gpgtools.org/" %}
15+
{% assign GPG_WINDOWS_DOWNLOAD_URL = "https://gpg4win.org/download.html" %}
1416
{% assign GITIAN_REPOSITORY_URL = "https://github.com/bitcoin-core/gitian.sigs" %}
1517
{% endcapture %}
1618
<link rel="alternate" type="application/rss+xml" href="/en/releasesrss.xml" title="Bitcoin Core releases">
@@ -114,7 +116,9 @@ <h2 style="text-align: center">{{page.verify_download}}</h2>
114116
<pre class="highlight"><code>type SHA256SUMS.asc</code></pre></li>
115117

116118
<li><p>{{page.install_gpg}} <a
117-
href="{{GPG_DOWNLOAD_URL}}">{{page.gpg_download_page}}</a></p></li>
119+
href="{{GPG_WINDOWS_DOWNLOAD_URL}}">{{page.gpg_download_page}}</a>
120+
{{page.gpg_download_other}}
121+
<a href="{{GPG_DOWNLOAD_URL}}">{{page.gpg_download_options}}</a></p></li>
118122

119123
<li><p>{{page.obtain_release_key}}</p>
120124

@@ -156,7 +160,9 @@ <h2 style="text-align: center">{{page.verify_download}}</h2>
156160
<p>{{page.checksum_warning_and_ok | replace, "$(SHASUMS_OK)", page.localized_checksum_ok}} <code>{{FILE_PREFIX}}{{site.data.binaries.macdmg}}: {{page.localized_checksum_ok}}</code></p></li>
157161

158162
<li><p>{{page.install_gpg}} <a
159-
href="{{GPG_DOWNLOAD_URL}}">{{page.gpg_download_page}}</a></p></li>
163+
href="{{GPG_MACOS_DOWNLOAD_URL}}">{{page.gpg_download_page}}</a>
164+
{{page.gpg_download_other}}
165+
<a href="{{GPG_DOWNLOAD_URL}}">{{page.gpg_download_options}}</a></p></li>
160166

161167
<li><p>{{page.obtain_release_key}}</p>
162168

_posts/en/pages/2017-01-01-download.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,10 @@ localized_checksum_ok: "OK"
8787
localized_gpg_good_sig: "Good signature"
8888
localized_gpg_primary_fingerprint: "Primary key fingerprint:"
8989

90-
install_gpg: "If you haven't previously installed GNU Privacy Guard (GPG) on your system, install it now. See the"
91-
gpg_download_page: "GPG download page"
90+
install_gpg: "If you haven't previously installed GNU Privacy Guard (GPG) on your system,"
91+
gpg_download_page: "install it now"
92+
gpg_download_other: "or see other installation"
93+
gpg_download_options: "options."
9294

9395
ensure_checksum_matches: >
9496
Ensure that the checksum produced by the command above matches one of

0 commit comments

Comments
 (0)