diff --git a/i2p2www/pages/downloads/macros b/i2p2www/pages/downloads/macros index 08119b194975eaac0993750703dfd3e49175fec0..5861b93f812d1d688d78dcc12e89dc7cf76863f0 100644 --- a/i2p2www/pages/downloads/macros +++ b/i2p2www/pages/downloads/macros @@ -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' -%}