Skip to content

Commit 6de487d

Browse files
committed
Merge #769: Releases: Add 0.21.1 torrent
51e296b Releases: add 0.21.1 torrent magnet link (W. J. van der Laan) d81e749 Revert "Templates: temporarily remove torrent link from Download page" (W. J. van der Laan) Pull request description: Revert commit 13572bc and add torrent magnet link for 0.21.1. ACKs for top commit: harding: Tested ACK 51e296b thanks! Tree-SHA512: da4a45b3d15b542359478f765d1e8999f71cadf742fe88a19150fc3c633b9573d4688ed9445b7dad6782d4f8dadb5ee1b3ed67e96bdd9093293e7bdd61e0b222
2 parents b664d26 + 51e296b commit 6de487d

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

_includes/download_release.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,5 @@
44
{% assign magnet=page.optional_magnetlink %}
55
<https://bitcoincore.org{{ PATH_PREFIX }}/>
66

7+
<a href="https://bitcoincore.org{{ PATH_PREFIX }}/{{ FILE_PREFIX }}.torrent" class="dl">Download torrent</a>
8+
{% if magnet %} <a href="{{ magnet | replace: '&', '\&amp;'}}" class="magnetlink" data-proofer-ignore></a>{% endif %}<br>

_includes/templates/download.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,8 @@ <h2>{{ page.latestversion }} {{CURRENT_RELEASE}} <a type="application/rss+xml" h
7070
</div>
7171
<p class="downloadmore">
7272
<a href="{{ PATH_PREFIX }}/SHA256SUMS.asc" class="dl">{{ page.downloadsig }}</a><br>
73+
<a href="{{ PATH_PREFIX }}/{{ FILE_PREFIX }}.torrent" class="dl">{{ page.downloadtorrent }}</a>
74+
{% if magnet %} <a href="{{ magnet | replace: '&', '\&amp;'}}" class="magnetlink" data-proofer-ignore></a>{% endif %}<br>
7375
<a href="{{ PATH_PREFIX }}/{{ FILE_PREFIX}}.tar.gz" class="dl">{{ page.source }}</a><br>
7476
<a href="/en/releases">{{ page.versionhistory }}</a>
7577
</p>

_releases/0.21.1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ release: [0, 21, 1]
1515
## and run: transmission-show -m <torrent file>
1616
#
1717
## Link should be enclosed in quotes and start with: "magnet:?
18-
#optional_magnetlink: "magnet:?xt=urn:btih:665c5bdc6f49948e47c1098d91ace98bd216150e&dn=bitcoin-core-0.21.0&tr=udp%3A%2F%2Ftracker.openbittorrent.com%3A80&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.torrent.eu.org%3A451%2Fannounce&tr=udp%3A%2F%2Ftracker.bitcoin.sprovoost.nl%3A6969"
18+
optional_magnetlink: "magnet:?xt=urn:btih:205b0189271c50a02fe966491e15737a01f94e08&dn=bitcoin-core-0.21.1&tr=udp%3A%2F%2Ftracker.openbittorrent.com%3A80&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.torrent.eu.org%3A451%2Fannounce&tr=udp%3A%2F%2Ftracker.bitcoin.sprovoost.nl%3A6969"
1919

2020
# Note: it is recommended to check all links to ensure they use
2121
# absolute urls (https://github.com/bitcoin/bitcoin/doc/foo)

0 commit comments

Comments
 (0)