From 8998792f2ebd1dd9aef0845780747c50ad21c1b7 Mon Sep 17 00:00:00 2001 From: eyedeekay <hankhill19580@gmail.com> Date: Tue, 9 Apr 2024 20:38:50 -0400 Subject: [PATCH] Update Easy-Install Bundle --- i2p2www/__init__.py | 2 +- i2p2www/pages/downloads/easyinstall.html | 2 +- i2p2www/pages/downloads/firefox.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/i2p2www/__init__.py b/i2p2www/__init__.py index aa54b580..ee837846 100644 --- a/i2p2www/__init__.py +++ b/i2p2www/__init__.py @@ -23,7 +23,7 @@ except ImportError: # Constants CURRENT_I2P_VERSION = '2.5.0' -CURRENT_I2P_FIREFOX_PROFILE_VERSION = '2.4.0' +CURRENT_I2P_FIREFOX_PROFILE_VERSION = '2.5.0' CURRENT_I2P_OSX_VERSION = '1.9.0' CANONICAL_DOMAIN = 'geti2p.net' diff --git a/i2p2www/pages/downloads/easyinstall.html b/i2p2www/pages/downloads/easyinstall.html index 9d3f188c..1db171ea 100644 --- a/i2p2www/pages/downloads/easyinstall.html +++ b/i2p2www/pages/downloads/easyinstall.html @@ -60,7 +60,7 @@ special configuration. You don't even need to close existing Firefox windows. {%- set name = 'Windows' -%} {%- set icon = 'images/download/windows.png' -%} {%- set filename = 'I2P-Easy-Install-Bundle-%s.exe' -%} -{%- set hash = 'a36b6966adb9c870ebd4ae6cb8342473ace8f7dccac451f862fc254bbe2316f0' -%} +{%- set hash = '8c1ac591b155cc72e028e705441170ee61d4bf8bd3b84251a2a2dcbb70b2f37a' -%} {% call package_outer('windows', name, icon) %} <div class = "file"> diff --git a/i2p2www/pages/downloads/firefox.html b/i2p2www/pages/downloads/firefox.html index 249f9423..20daea99 100644 --- a/i2p2www/pages/downloads/firefox.html +++ b/i2p2www/pages/downloads/firefox.html @@ -45,7 +45,7 @@ start an installer, "double-click" the downloaded .exe file. {%- set name = 'Windows' -%} {%- set icon = 'images/download/windows.png' -%} {%- set filename = 'I2P-Easy-Install-Bundle-%s.exe' -%} -{%- set hash = 'a36b6966adb9c870ebd4ae6cb8342473ace8f7dccac451f862fc254bbe2316f0' -%} +{%- set hash = '8c1ac591b155cc72e028e705441170ee61d4bf8bd3b84251a2a2dcbb70b2f37a' -%} {% call package_outer('windows', name, icon) %} <div class = "file"> -- GitLab