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

@@ -1,11 +1,11 @@
{% set i2pinstall_windows_hash = '65b70d8b76847a721a25634806e3db4cdf000f43706f2f34c2322c5155c3c7b1' %}
{% set i2pinstall_windows_hash = 'e43e73ff8c062fd87d07fecece170618b6df94ef79a21e7d5f17fc84a8f415ed' %}
{% set i2pinstall_jar_hash = '9e73dbdfb8cefce7dbe876842144b49b39f555590cdd2955e772298294d33b37' %}
{% set i2psource_hash = '65fe327fdd11272a764c9e1c6ae1f38b151cea9003216b861c7ff2b281ca2970' %}
{% set i2pupdate_hash = '665713d9ff909c230bee4c6f0e7be34b838509c4dabdc962951f68a80c2253a0' %}
{% set i2p_android_hash = '8b853b0db616c6c4700c84222a14bb227208851128e487251923d1a3c5de8ccc' %}
{% 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_kytv = '0.9.22' %}
@@ -28,7 +28,7 @@
{%- set name = 'Windows' -%}
{%- set icon = 'images/download/windows.png' -%}
{%- 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 -%}
{%- elif type == 'android' -%}
{%- set name = 'Android' -%}