Skip to content

Commit fcbe3dd

Browse files
committed
Merge #869: Bitcoin Core 23.0
b469000 Bitcoin Core 23.0 (laanwj) Pull request description: Add Bitcoin Core 23.0 release pages. Top commit has no ACKs. Tree-SHA512: 6039d0f039798b0777070e7f3a6fe1ee68fa4de2bba33b82e2277c410eb3142ca0a93f950cbf2c7f8a3d39df7c2bada3a2ba692688959a957d77ea18e1e620e3
2 parents 853d3d5 + b469000 commit fcbe3dd

File tree

4 files changed

+436
-5
lines changed

4 files changed

+436
-5
lines changed

_data/binaries.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
win64zip: "win64.zip"
22
win64exe: "win64-setup.exe"
3-
macdmg: "-osx-signed.dmg"
4-
mactar: "osx64.tar.gz"
3+
macdmg: "x86_64-apple-darwin.dmg"
4+
mactar: "x86_64-apple-darwin.tar.gz"
55
lin64: "x86_64-linux-gnu.tar.gz"
66
riscv64: "riscv64-linux-gnu"
77
ppc64: "powerpc64-linux-gnu"

_includes/templates/download.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ <h2>{{ page.latestversion }} {{CURRENT_RELEASE}} <a type="application/rss+xml" h
4848
<div>
4949
<img src="/assets/images/os/med_osx.png" alt="osx">
5050
<span>
51-
<a href="{{ PATH_PREFIX }}/{{ FILE_PREFIX }}{{ site.data.binaries.macdmg }}">macOS</a>
52-
<span><a href="{{ PATH_PREFIX }}/{{ FILE_PREFIX }}{{ site.data.binaries.macdmg }}" class="dl" id="macdmg">dmg</a> -
51+
<a href="{{ PATH_PREFIX }}/{{ FILE_PREFIX }}-{{ site.data.binaries.macdmg }}">macOS</a>
52+
<span><a href="{{ PATH_PREFIX }}/{{ FILE_PREFIX }}-{{ site.data.binaries.macdmg }}" class="dl" id="macdmg">dmg</a> -
5353
<a href="{{ PATH_PREFIX }}/{{ FILE_PREFIX }}-{{ site.data.binaries.mactar }}" class="dl" id="mactar">tar.gz</a></span>
5454
</span>
5555
</div>
@@ -188,7 +188,7 @@ <h2 style="text-align: center" id="{{page.verify_download | slugify}}">{{page.ve
188188

189189
<pre class="highlight"><code>shasum -a 256 --check SHA256SUMS</code></pre>
190190

191-
<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>
191+
<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>
192192

193193
<li><p>{{page.install_gpg}} <a
194194
href="{{GPG_MACOS_DOWNLOAD_URL}}">{{page.gpg_download_page}}</a>
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
---
2+
title: Bitcoin Core 23.0 released
3+
name: blog-release-23.0
4+
id: en-blog-release-0.23.0
5+
lang: en
6+
type: posts
7+
layout: post
8+
9+
## If this is a new post, reset this counter to 1.
10+
version: 1
11+
12+
## Only true if release announcement or security annoucement. English posts only
13+
announcement: 1
14+
15+
excerpt: >
16+
Bitcoin Core 23.0 is now available.
17+
---
18+
Bitcoin Core version 23.0 is now available for [download][download
19+
page]. See the [release notes][] for more information about the many
20+
new features and bug fixes in this release.
21+
22+
If have any questions, please stop by the #bitcoin IRC chatroom
23+
([IRC][irc], [web][web irc]) and we’ll do our best to help you.
24+
25+
[release notes]: /en/releases/23.0/
26+
[IRC]: irc://irc.libera.chat/bitcoin
27+
[web irc]: https://web.libera.chat/#bitcoin
28+
[download page]: /en/download
29+
30+
{% include references.md %}

0 commit comments

Comments
 (0)