From 45c2992a370d037f80cbf5263b9a6a2c2c4a8253 Mon Sep 17 00:00:00 2001
From: idk <hankhill19580@gmail.com>
Date: Wed, 23 Nov 2022 07:04:08 -0500
Subject: [PATCH] Update Windows easy-install bundle

---
 i2p2www/__init__.py                      | 2 +-
 i2p2www/pages/downloads/easyinstall.html | 6 +++++-
 i2p2www/pages/downloads/firefox.html     | 6 +++++-
 i2p2www/pages/downloads/macros           | 2 +-
 4 files changed, 12 insertions(+), 4 deletions(-)

diff --git a/i2p2www/__init__.py b/i2p2www/__init__.py
index 612b9b92a..856275ef9 100644
--- a/i2p2www/__init__.py
+++ b/i2p2www/__init__.py
@@ -23,7 +23,7 @@ except ImportError:
 # Constants
 
 CURRENT_I2P_VERSION = '2.0.0'
-CURRENT_I2P_FIREFOX_PROFILE_VERSION = '1.9.5'
+CURRENT_I2P_FIREFOX_PROFILE_VERSION = '2.0.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 4f952dec2..974ec3b37 100644
--- a/i2p2www/pages/downloads/easyinstall.html
+++ b/i2p2www/pages/downloads/easyinstall.html
@@ -13,6 +13,10 @@ elaborate install process. To learn more about the Firefox profile that
 comes bundled with this installer, visit <a href="{{ firefox }}">The Firefox
 Profile Page</a>.
 {%- endtrans %}</p>
+<p>{% trans -%}
+The latest I2P Easy-Install bundle for Windows has been released unsigned.
+Please verify that the hashes match the downloads when installing the bundle.
+{%- endtrans %}</p>
 <h2>{{ _('What do I need to use it?') }}</h2>
 <p><strong>{% trans -%}
 Just Firefox (Or Tor Browser).{%- endtrans %}</strong>
@@ -56,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-Profile-Installer-%s-signed.exe' -%}
-{%- set hash     = 'ee66e9cfeb393d737e79f6960fe26ba28d51e845a0148ef2544802366e8840c6' -%}
+{%- set hash     = '862de2f2e05cfc46c2f612656b93dd9c94b6bc7a034912d732dd0ade2ad477f6' -%}
 
 {% call package_outer('windows', name, icon) %}
     <div class = "file">
diff --git a/i2p2www/pages/downloads/firefox.html b/i2p2www/pages/downloads/firefox.html
index f9949f28b..424e58c16 100644
--- a/i2p2www/pages/downloads/firefox.html
+++ b/i2p2www/pages/downloads/firefox.html
@@ -14,6 +14,10 @@ time it installs the browser profile. This page has been kept to document the
 motivations and design of the included Firefox profile. To learn more about the
 new bundle, visit <a href="{{ nsis }}">The Easy Install Bundle Page</a>.
 {%- endtrans %}</p>
+<p>{% trans -%}
+The latest I2P Easy-Install bundle for Windows has been released unsigned.
+Please verify that the hashes match the downloads when installing the bundle.
+{%- endtrans %}</p>
 <h2>{{ _('I2P Firefox Browser Profile') }}</h2>
 <p>{% trans -%}
 Now that you have joined the I2P network, you will want to see I2P Sites and and 
@@ -41,7 +45,7 @@ start an installer, "double-click" the downloaded .exe file.
 {%- set name     = 'Windows' -%}
 {%- set icon     = 'images/download/windows.png' -%}
 {%- set filename = 'I2P-Profile-Installer-%s-signed.exe' -%}
-{%- set hash     = 'eadb338a5895f73e6ed4985a9f7dfdac722f74c9bcdd0bd35957e7dcd5759a3a' -%}
+{%- set hash     = '862de2f2e05cfc46c2f612656b93dd9c94b6bc7a034912d732dd0ade2ad477f6' -%}
 
 {% call package_outer('windows', name, icon) %}
     <div class = "file">
diff --git a/i2p2www/pages/downloads/macros b/i2p2www/pages/downloads/macros
index 79fb36b3e..fca6d3f1a 100644
--- a/i2p2www/pages/downloads/macros
+++ b/i2p2www/pages/downloads/macros
@@ -8,7 +8,7 @@
 {% set i2p_windows_subver = '' %}
 {% set i2p_macosx_launcher_version = '1.9.0' %}
 
-{% set i2p_android_version = '1.9.0' %}
+{% set i2p_android_version = '2.0.0' %}
 {% set i2p_android_version_kytv = '0.9.22' %}
 {% set i2p_android_version_fdroid = '0.9.50' %}
 
-- 
GitLab