diff --git a/_data/downloads.yml b/_data/downloads.yml index e16160e0dbade7aa9b9f6d8b7789d8b2c21f6ce0..620a2f88a9a02488364399be833d1e6979d7286c 100644 --- a/_data/downloads.yml +++ b/_data/downloads.yml @@ -5,8 +5,11 @@ cli_hash: d809acd1ed688a4567716cf199c75b51e696a022e6953df3642a8922a48a734a gui_url: win64 gui_hash: 5dfed8e36057bbffbddfe10ca5543666553e3c2aa21752c0ed0592a2592befdc + gui_installer_url: win64 + gui_installer_hash: 121212121212121212dfe10ca5543666553e3c2aa21752c0ed0592a2592befdc cli_version: 0.13.0.4 gui_version: 0.13.0.3 + gui_installer_version: 0.13.0.3 tag: Beryllium Bullet blockchain: win @@ -86,9 +89,9 @@ cli_url: https://github.com/monero-project/monero cli_hash: source version: Bleeding edge (possibly unstable) - + - platform: Mobile & Light Wallets id: mobilelight - + - platform: Hardware Wallets id: hardware diff --git a/_i18n/en.yml b/_i18n/en.yml index d8338f6987b0b16c3891d712f6f24802cfdb7552..0d533fee0da03cfc68d55323f3376d4cf2ad7889 100644 --- a/_i18n/en.yml +++ b/_i18n/en.yml @@ -183,6 +183,7 @@ downloads: mobilelight2: Hangouts mobilelight3: page to see where we are. clionly: Command-Line Tools Only + installer: Installer monero-project: translated: "yes" diff --git a/downloads/index.md b/downloads/index.md index 0d842b9285ad2059e9774667ccdcf801c83076cc..8a5a2da906a9988006ef4a0790b378ee603d368c 100644 --- a/downloads/index.md +++ b/downloads/index.md @@ -44,7 +44,7 @@ permalink: /downloads/index.html

{% if data_downloads.icon != null %} - + {% endif %} {{data_downloads.platform}}

@@ -127,6 +127,19 @@ permalink: /downloads/index.html

{{ data_downloads.cli_hash }}

+
+ {% if data_downloads.gui_installer_hash != nil %} +
+
+

+ {{ data_downloads.platform }} {% t downloads.installer %} +

+

{% t downloads.currentversion %}: {{ data_downloads.gui_installer_version }} {{ data_downloads.tag }}

+

SHA256 Hash (GUI Installer):

+

{{ data_downloads.gui_installer_hash }}

+
+
+ {% endif %} {% endif %}