You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Windows: Stop referring to 32-bit/64-bit, refer to x64/ARM64 instead
As of v2.47.1, Git for Windows provides an ARM64 version, and as of
v2.49.0 it stopped providing an i686 version.
The preceding commit updated the information in `hugo.yml` to reflect
this, and now it is time to use that information to present the download
links accordingly.
Signed-off-by: Johannes Schindelin <[email protected]>
Copy file name to clipboardExpand all lines: content/downloads/win.html
+8-8
Original file line number
Diff line number
Diff line change
@@ -8,26 +8,26 @@
8
8
<divid="main">
9
9
<h1>Download for Windows</h1>
10
10
<p>
11
-
<strong><aid="auto-download-link" href="{{< site-param windows_installer.installer64.url >}}">Click here to download </a></strong>
12
-
the latest (<strongid="auto-download-version">{{<site-paramwindows_installer.installer64.version>}}</strong>)
13
-
<strongid="auto-download-bitness">64-bit</strong> version of <strong>Git for Windows</strong>.
11
+
<strong><aid="auto-download-link" href="{{< site-param windows_installer.installer_x64.url >}}">Click here to download </a></strong>
12
+
the latest (<strongid="auto-download-version">{{<site-paramwindows_installer.installer_x64.version>}}</strong>)
13
+
<strongid="auto-download-architecture">x64</strong> version of <strong>Git for Windows</strong>.
14
14
This is the most recent <ahref="https://git-for-windows.github.io/">maintained build</a>.
15
-
It was released <spanid="relative-release-date"></span>on <spanid="auto-download-date">{{<site-paramwindows_installer.installer64.release_date>}}</span>.
15
+
It was released <spanid="relative-release-date"></span>on <spanid="auto-download-date">{{<site-paramwindows_installer.installer_x64.release_date>}}</span>.
16
16
</p>
17
17
<h3>Other Git for Windows downloads</h3>
18
18
<h4>Standalone Installer</h4>
19
19
<p>
20
-
<strong><ahref="{{< site-param windows_installer.installer32.url >}}">32-bit Git for Windows Setup</a>.</strong>
20
+
<strong><ahref="{{< site-param windows_installer.installer_x64.url >}}">Git for Windows/x64 Setup</a>.</strong>
21
21
</p>
22
22
<p>
23
-
<strong><ahref="{{< site-param windows_installer.installer64.url >}}">64-bit Git for Windows Setup</a>.</strong>
23
+
<strong><ahref="{{< site-param windows_installer.installer_arm64.url >}}">Git for Windows/ARM64 Setup</a>.</strong>
24
24
</p>
25
25
<h4>Portable ("thumbdrive edition")</h4>
26
26
<p>
27
-
<strong><ahref="{{< site-param windows_installer.portable32.url >}}">32-bit Git for Windows Portable</a>.</strong>
27
+
<strong><ahref="{{< site-param windows_installer.portable_x64.url >}}">Git for Windows/x64 Portable</a>.</strong>
28
28
</p>
29
29
<p>
30
-
<strong><ahref="{{< site-param windows_installer.portable64.url >}}">64-bit Git for Windows Portable</a>.</strong>
30
+
<strong><ahref="{{< site-param windows_installer.portable_arm64.url >}}">Git for Windows/ARM64 Portable</a>.</strong>
0 commit comments