diff --git a/_templates/download.html b/_templates/download.html index 588958ee..249eea63 100755 --- a/_templates/download.html +++ b/_templates/download.html @@ -17,8 +17,8 @@ win64exe: "win64-setup.exe" macdmg: "-osx.dmg" #macdmg: ".dmg" mactar: "osx64.tar.gz" -lin32: "linux32.tar.gz" -lin64: "linux64.tar.gz" +lin32: "i686-pc-linux-gnu.tar.gz" +lin64: "x86_64-linux-gnu.tar.gz" --- {% if site.env.BITCOINORG_BUILD_TYPE %} @@ -69,16 +69,18 @@ lin64: "linux64.tar.gz"
- ubuntu + ARM Linux - Ubuntu (PPA) + ARM Linux + 64 bit - + 32 bit +
- source code + ubuntu - {% translate source %} - GitHub + Ubuntu (PPA)
@@ -86,6 +88,7 @@ lin64: "linux64.tar.gz" {% translate downloadsig %}
{% translate downloadtorrent %} {% if site.DOWNLOAD_MAGNETLINK %} {% endif %}
+ {% translate source %}
{% translate versionhistory %}

@@ -153,14 +156,16 @@ case 'mac': but.href = hrefmacdmg; break; } + {% else %} {% capture redirect %}https://bitcoin.org/{{page.lang}}/{% translate download url %}{% endcapture %} +

This page has been moved

{{ redirect }}

-{% endif %} +{% endif %} \ No newline at end of file diff --git a/img/os/arm.png b/img/os/arm.png new file mode 100644 index 00000000..022f81ee Binary files /dev/null and b/img/os/arm.png differ