mirror of
https://github.com/monero-project/monero-site.git
synced 2025-01-28 18:56:33 +02:00
fixed download locations
This commit is contained in:
parent
5e498b1950
commit
39b26a29e0
@ -1,41 +1,41 @@
|
|||||||
- platform: Windows, 64-bit
|
- platform: Windows, 64-bit
|
||||||
icon: windows.svg
|
icon: windows.svg
|
||||||
url: /downloads/win64
|
url: win64
|
||||||
hash: facbeb2e408cf8b9a46534363eba161dbb047654
|
hash: facbeb2e408cf8b9a46534363eba161dbb047654
|
||||||
version: 0.8.8.6
|
version: 0.8.8.6
|
||||||
blockchain: win
|
blockchain: win
|
||||||
|
|
||||||
- platform: Windows, 32-bit
|
- platform: Windows, 32-bit
|
||||||
icon: windows.svg
|
icon: windows.svg
|
||||||
url: /downloads/win32
|
url: win32
|
||||||
hash: none
|
hash: none
|
||||||
version: 0.8.8.6
|
version: 0.8.8.6
|
||||||
blockchain: win
|
blockchain: win
|
||||||
|
|
||||||
- platform: Mac OS X, 64-bit
|
- platform: Mac OS X, 64-bit
|
||||||
icon: apple.svg
|
icon: apple.svg
|
||||||
url: /downloads/mac64
|
url: mac64
|
||||||
hash: 7069de92083fb7831b063cc152e8f35508ff61bf
|
hash: 7069de92083fb7831b063cc152e8f35508ff61bf
|
||||||
version: 0.8.8.6
|
version: 0.8.8.6
|
||||||
blockchain: mac
|
blockchain: mac
|
||||||
|
|
||||||
- platform: Linux, 64-bit
|
- platform: Linux, 64-bit
|
||||||
icon: linux.svg
|
icon: linux.svg
|
||||||
url: /downloads/linux64
|
url: linux64
|
||||||
hash: 16f3f55bcfbfae6135cbeda6574f651890a8be64
|
hash: 16f3f55bcfbfae6135cbeda6574f651890a8be64
|
||||||
version: 0.8.8.6
|
version: 0.8.8.6
|
||||||
blockchain: linux
|
blockchain: linux
|
||||||
|
|
||||||
- platform: FreeBSD, 64-bit
|
- platform: FreeBSD, 64-bit
|
||||||
icon: freebsd.svg
|
icon: freebsd.svg
|
||||||
url: /downloads/freebsd64
|
url: freebsd64
|
||||||
hash: 9fd0005b697e146a26a0bf9e3cd0c89b978f7fbd
|
hash: 9fd0005b697e146a26a0bf9e3cd0c89b978f7fbd
|
||||||
version: 0.8.8.6
|
version: 0.8.8.6
|
||||||
blockchain: freebsd
|
blockchain: freebsd
|
||||||
|
|
||||||
- platform: Raspberry Pi / ARM
|
- platform: Raspberry Pi / ARM
|
||||||
icon: arm.svg
|
icon: arm.svg
|
||||||
url: /downloads/arm
|
url: arm
|
||||||
hash: none
|
hash: none
|
||||||
version: 0.8.8.6
|
version: 0.8.8.6
|
||||||
blockchain: arm
|
blockchain: arm
|
||||||
|
@ -61,7 +61,7 @@ $os_array = detect_os($_SERVER['HTTP_USER_AGENT']);
|
|||||||
<p class="download-links">
|
<p class="download-links">
|
||||||
{% t index.monero_for %} <?php echo $os_array['name']; ?>
|
{% t index.monero_for %} <?php echo $os_array['name']; ?>
|
||||||
<span>
|
<span>
|
||||||
<a href="/downloads/<?php echo $os_array['code']; ?><?php echo $os_array['bits']; ?>" class="btn btn-grey pull-right">
|
<a href="//downloads.getmonero.org/<?php echo $os_array['code']; ?><?php echo $os_array['bits']; ?>" class="btn btn-grey pull-right">
|
||||||
<i class="fa fa-plus-circle icon_download" style="color: white; font-size: 20px;"></i> {% t index.c_download %}
|
<i class="fa fa-plus-circle icon_download" style="color: white; font-size: 20px;"></i> {% t index.c_download %}
|
||||||
</a>
|
</a>
|
||||||
</span>
|
</span>
|
||||||
@ -70,7 +70,7 @@ $os_array = detect_os($_SERVER['HTTP_USER_AGENT']);
|
|||||||
<p class="download-links">
|
<p class="download-links">
|
||||||
{% t index.latest_blockchain %}
|
{% t index.latest_blockchain %}
|
||||||
<span>
|
<span>
|
||||||
<a href="/downloads/blockchain/<?php echo $os_array['code']; ?>/blockchain.bin" class="btn btn-grey pull-right">
|
<a href="//downloads.getmonero.org/blockchain/<?php echo $os_array['code']; ?>/blockchain.bin" class="btn btn-grey pull-right">
|
||||||
<i class="fa fa-plus-circle icon_download" style="color: white; font-size: 20px;"></i> {% t index.c_download %}
|
<i class="fa fa-plus-circle icon_download" style="color: white; font-size: 20px;"></i> {% t index.c_download %}
|
||||||
</a>
|
</a>
|
||||||
</span>
|
</span>
|
||||||
|
@ -55,7 +55,7 @@ If you are using Monero Core for the first time you may want to download a @bloc
|
|||||||
<div class="col-lg-6" style="padding-bottom: 5px;">
|
<div class="col-lg-6" style="padding-bottom: 5px;">
|
||||||
|
|
||||||
<h4>
|
<h4>
|
||||||
<a href="{{ data_downloads.url }}">
|
<a href="//downloads.getmonero.org/{{ data_downloads.url }}">
|
||||||
<img src="//static.getmonero.org/images/platforms/{{ data_downloads.icon }}" style="height: 30px;"> {{ data_downloads.platform }}
|
<img src="//static.getmonero.org/images/platforms/{{ data_downloads.icon }}" style="height: 30px;"> {{ data_downloads.platform }}
|
||||||
</a>
|
</a>
|
||||||
</h4>
|
</h4>
|
||||||
@ -63,7 +63,7 @@ If you are using Monero Core for the first time you may want to download a @bloc
|
|||||||
<strong>Current Version:</strong> {{ data_downloads.version }}<br>
|
<strong>Current Version:</strong> {{ data_downloads.version }}<br>
|
||||||
<strong>SHA Hash:</strong> {{ data_downloads.hash }}<br>
|
<strong>SHA Hash:</strong> {{ data_downloads.hash }}<br>
|
||||||
<br>
|
<br>
|
||||||
<strong>Optional:</strong> <a href="/downloads/blockchain/{{ data_downloads.blockchain }}/blockchain.bin">Download the Blockchain Bootstrap</a>
|
<strong>Optional:</strong> <a href="//downloads.getmonero.org/blockchain/{{ data_downloads.blockchain }}/blockchain.bin">Download the Blockchain Bootstrap</a>
|
||||||
<hr>
|
<hr>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user