Windows build 0.9.29-win1

This commit is contained in:
str4d
2017-03-04 18:12:14 +00:00
parent 059151d93f
commit af92e79777

View File

@@ -1,9 +1,11 @@
{% set i2pinstall_windows_hash = 'acf31ea103fb7fa0622118d67092541b70b0af2cf8475492986d4089f40ea6fe' %}
{% set i2pinstall_windows_hash = 'cc10ef2181be01e27c69963faabdbc70e6e7f4191d69cab2d10abb4ec5dce9b4' %}
{% set i2pinstall_jar_hash = '1b74e29ea375a15eebb5ec2f9b190f5f001a2e5b1193d2db657ce8a69c369934' %}
{% set i2psource_hash = '67da4ce224fef2b190ffeed5dba102a3b7724f061b1c168255625c028a97c3a7' %}
{% set i2pupdate_hash = 'f927ca4eda5a07c1e93ed8096df87d8fb0a516e64176d9efd645523aa7711a42' %}
{% set i2p_android_hash = '0c4834843452d400971392213cec3e5e6f057a6a961a6f52afc033d560f815eb' %}
{% set i2p_windows_subver = '-win1' %}
{% set i2p_android_version = '0.9.28' %}
{% set i2p_android_version_kytv = '0.9.22' %}
{% set i2p_android_version_fdroid = '0.9.28' %}
@@ -24,7 +26,7 @@
{%- if type == 'windows' -%}
{%- set name = 'Windows' -%}
{%- set icon = 'images/download/windows.png' -%}
{%- set filename = 'i2pinstall_%s_windows.exe' -%}
{%- set filename = 'i2pinstall_%s'+i2p_windows_subver+'_windows.exe' -%}
{%- set signame = 'i2pinstall_%s_windows.exe.sig' -%}
{%- set hash = i2pinstall_windows_hash -%}
{%- elif type == 'android' -%}