mirror of
https://github.com/monero-project/monero-site.git
synced 2024-11-17 00:07:54 +00:00
Changed GUI and CLI to have their own versions
- downloads.yml version tag has been separated to two, one for gui and one for cli - Downloads page has been adjusted to reflect the changes
This commit is contained in:
parent
ff8e76c875
commit
253eeabb5e
2 changed files with 10 additions and 6 deletions
|
@ -5,7 +5,8 @@
|
|||
cli_hash: 188e122e4ec84994cfb8f8f1582514359c0e9e7b121a288362016565ba9d58da
|
||||
gui_url: win64
|
||||
gui_hash: 4b9f31686ecaad97cdb175e6574bf307f8d1c410427825f4304c21da8aac1864
|
||||
version: 0.12.2.0
|
||||
cli_version: 0.12.2.0
|
||||
gui_version: 0.12.0.0
|
||||
tag: Lithium Luna
|
||||
blockchain: win
|
||||
|
||||
|
@ -24,7 +25,8 @@
|
|||
cli_hash: 31568fdedf9557e5d8398013137266afe0e7ed46011691fef1b40ea7cd94e090
|
||||
gui_url: mac64
|
||||
gui_hash: f74c108d16bd70b6f0052ba4b3ce91fa3ca59622a0aee7d523a1f43967814c12
|
||||
version: 0.12.2.0
|
||||
cli_version: 0.12.2.0
|
||||
gui_version: 0.12.0.0
|
||||
tag: Lithium Luna
|
||||
blockchain: mac
|
||||
|
||||
|
@ -35,7 +37,8 @@
|
|||
cli_hash: cb97e3f8b700a81e1b0f1a77509eefbfb415aa6013f23685f8933b559309c580
|
||||
gui_url: linux64
|
||||
gui_hash: fb0f43387b31202f381c918660d9bc32a3d28a4733d391b1625a0e15737c5388
|
||||
version: 0.12.2.0
|
||||
cli_version: 0.12.2.0
|
||||
gui_version: 0.12.0.0
|
||||
tag: Lithium Luna
|
||||
blockchain: linux
|
||||
|
||||
|
|
|
@ -49,9 +49,6 @@ permalink: /downloads/index.html
|
|||
{% endif %}
|
||||
{{data_downloads.platform}}
|
||||
</h2>
|
||||
{% if data_downloads.version != null %}
|
||||
<p class="text-center">{% t downloads.currentversion %}: {{ data_downloads.version }} {{ data_downloads.tag }}</p>
|
||||
{%endif%}
|
||||
{% if data_downloads.cli_hash == "source" %}
|
||||
<div class="row">
|
||||
<div class="col-md-8 col-md-offset-2 col-sm-12 col-xs-12">
|
||||
|
@ -92,6 +89,7 @@ permalink: /downloads/index.html
|
|||
<h4 id="{{ data_downloads.platform | slugify }}">
|
||||
<a href="//downloads.getmonero.org/cli/{{ data_downloads.cli_url }}"> {{ data_downloads.platform }} {% t downloads.clionly %}</a>
|
||||
</h4>
|
||||
<p>{% t downloads.currentversion %}: {{ data_downloads.version }} {{ data_downloads.tag }}</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
|
@ -105,6 +103,7 @@ permalink: /downloads/index.html
|
|||
<h4 id="{{ data_downloads.platform | slugify }}">
|
||||
<a href="//downloads.getmonero.org/gui/{{ data_downloads.gui_url }}">{{ data_downloads.platform }}</a>
|
||||
</h4>
|
||||
<p>{% t downloads.currentversion %}: {{ data_downloads.version }} {{ data_downloads.tag }}</p>
|
||||
</div>
|
||||
<div class="row">
|
||||
<p><strong>SHA256 Hash:</strong></p>
|
||||
|
@ -116,6 +115,7 @@ permalink: /downloads/index.html
|
|||
<h4 id="{{ data_downloads.platform | slugify }}">
|
||||
<a href="//downloads.getmonero.org/gui/{{ data_downloads.gui_url }}">{{ data_downloads.platform }}</a>
|
||||
</h4>
|
||||
<p>{% t downloads.currentversion %}: {{ data_downloads.gui_version }} {{ data_downloads.tag }}</p>
|
||||
<p><strong>SHA256 Hash (GUI):</strong></p>
|
||||
<p class="hash"> {{ data_downloads.gui_hash }}</p>
|
||||
</div>
|
||||
|
@ -123,6 +123,7 @@ permalink: /downloads/index.html
|
|||
<h4>
|
||||
<a href="//downloads.getmonero.org/cli/{{ data_downloads.cli_url }}">{{ data_downloads.platform }} {% t downloads.clionly %}</a>
|
||||
</h4>
|
||||
<p>{% t downloads.currentversion %}: {{ data_downloads.cli_version }} {{ data_downloads.tag }}</p>
|
||||
<p><strong>SHA256 Hash (CLI):</strong></p>
|
||||
<p class="hash"> {{ data_downloads.cli_hash }}</p>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue