Replace corrupted 0.9.38 windows installer

This commit is contained in:
zzz
2019-01-24 12:03:46 +00:00
parent 09904ed1c5
commit d2f61ab9f3
3 changed files with 5 additions and 7 deletions

View File

@@ -75,7 +75,7 @@ maintain security and help the network is to run the latest release.
:: ::
65b70d8b76847a721a25634806e3db4cdf000f43706f2f34c2322c5155c3c7b1 i2pinstall_0.9.38_windows.exe e43e73ff8c062fd87d07fecece170618b6df94ef79a21e7d5f17fc84a8f415ed i2pinstall_0.9.38-0_windows.exe
9e73dbdfb8cefce7dbe876842144b49b39f555590cdd2955e772298294d33b37 i2pinstall_0.9.38.jar 9e73dbdfb8cefce7dbe876842144b49b39f555590cdd2955e772298294d33b37 i2pinstall_0.9.38.jar
65fe327fdd11272a764c9e1c6ae1f38b151cea9003216b861c7ff2b281ca2970 i2psource_0.9.38.tar.bz2 65fe327fdd11272a764c9e1c6ae1f38b151cea9003216b861c7ff2b281ca2970 i2psource_0.9.38.tar.bz2
665713d9ff909c230bee4c6f0e7be34b838509c4dabdc962951f68a80c2253a0 i2pupdate_0.9.38.zip 665713d9ff909c230bee4c6f0e7be34b838509c4dabdc962951f68a80c2253a0 i2pupdate_0.9.38.zip

View File

@@ -6,7 +6,7 @@
{% block title %}{{ _('Download') }}{% endblock %} {% block title %}{{ _('Download') }}{% endblock %}
{% block content_nav %} {% block content_nav %}
<ul> <ul>
<!-- <li><a href="#windows">Windows</a> --> <li><a href="#windows">Windows</a>
<li><a href="#mac">Mac OS X</a> <li><a href="#mac">Mac OS X</a>
<li><a href="#unix">GNU/Linux / BSD / Solaris</a> <li><a href="#unix">GNU/Linux / BSD / Solaris</a>
<li><a href="#deb">Debian / Ubuntu</a> <li><a href="#deb">Debian / Ubuntu</a>
@@ -59,7 +59,6 @@ Java 9 support is in development and it is not recommended for general use.
<h3>{{ _('Clean installs') }}</h3> <h3>{{ _('Clean installs') }}</h3>
<div class="downloadlist"> <div class="downloadlist">
<!--
{% call package('windows') %} {% call package('windows') %}
<p>{% trans -%} <p>{% trans -%}
Download that file and run it. Download that file and run it.
@@ -69,7 +68,6 @@ Java 9 support is in development and it is not recommended for general use.
<a class="default" href="/firefox">{% trans %}I2P Firefox Browser Profile{% endtrans %}</a> <a class="default" href="/firefox">{% trans %}I2P Firefox Browser Profile{% endtrans %}</a>
</div> </div>
{% endcall %} {% endcall %}
-->
{% call package('mac') %} {% call package('mac') %}
<p>{% trans i2pversion=ver() -%} <p>{% trans i2pversion=ver() -%}
Download that file and double-click it (if that works) or Download that file and double-click it (if that works) or

View File

@@ -1,11 +1,11 @@
{% set i2pinstall_windows_hash = '65b70d8b76847a721a25634806e3db4cdf000f43706f2f34c2322c5155c3c7b1' %} {% set i2pinstall_windows_hash = 'e43e73ff8c062fd87d07fecece170618b6df94ef79a21e7d5f17fc84a8f415ed' %}
{% set i2pinstall_jar_hash = '9e73dbdfb8cefce7dbe876842144b49b39f555590cdd2955e772298294d33b37' %} {% set i2pinstall_jar_hash = '9e73dbdfb8cefce7dbe876842144b49b39f555590cdd2955e772298294d33b37' %}
{% set i2psource_hash = '65fe327fdd11272a764c9e1c6ae1f38b151cea9003216b861c7ff2b281ca2970' %} {% set i2psource_hash = '65fe327fdd11272a764c9e1c6ae1f38b151cea9003216b861c7ff2b281ca2970' %}
{% set i2pupdate_hash = '665713d9ff909c230bee4c6f0e7be34b838509c4dabdc962951f68a80c2253a0' %} {% set i2pupdate_hash = '665713d9ff909c230bee4c6f0e7be34b838509c4dabdc962951f68a80c2253a0' %}
{% set i2p_android_hash = '8b853b0db616c6c4700c84222a14bb227208851128e487251923d1a3c5de8ccc' %} {% set i2p_android_hash = '8b853b0db616c6c4700c84222a14bb227208851128e487251923d1a3c5de8ccc' %}
{% set i2p_macnative_hash = 'f959948fd331bcec8fcca9848c24f73bbae2e3cdba6a185ff1c9c19234390bcb' %} {% set i2p_macnative_hash = 'f959948fd331bcec8fcca9848c24f73bbae2e3cdba6a185ff1c9c19234390bcb' %}
{% set i2p_windows_subver = '' %} {% set i2p_windows_subver = '-0' %}
{% set i2p_android_version = '0.9.37' %} {% set i2p_android_version = '0.9.37' %}
{% set i2p_android_version_kytv = '0.9.22' %} {% set i2p_android_version_kytv = '0.9.22' %}
@@ -28,7 +28,7 @@
{%- set name = 'Windows' -%} {%- set name = 'Windows' -%}
{%- set icon = 'images/download/windows.png' -%} {%- set icon = 'images/download/windows.png' -%}
{%- set filename = 'i2pinstall_%s'+i2p_windows_subver+'_windows.exe' -%} {%- set filename = 'i2pinstall_%s'+i2p_windows_subver+'_windows.exe' -%}
{%- set signame = 'i2pinstall_%s_windows.exe.sig' -%} {%- set signame = 'i2pinstall_%s'+i2p_windows_subver+'_windows.exe.sig' -%}
{%- set hash = i2pinstall_windows_hash -%} {%- set hash = i2pinstall_windows_hash -%}
{%- elif type == 'android' -%} {%- elif type == 'android' -%}
{%- set name = 'Android' -%} {%- set name = 'Android' -%}