From 52ed7e0313dbede00d6b5a51fe367bdc213bd765 Mon Sep 17 00:00:00 2001
From: str4d <str4d@mail.i2p>
Date: Sun, 17 Apr 2016 14:09:58 +0000
Subject: [PATCH] I2P Android 0.9.25, remove kytv internal link

---
 i2p2www/pages/downloads/macros | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/i2p2www/pages/downloads/macros b/i2p2www/pages/downloads/macros
index 7eddf7a71..b0c28cb39 100644
--- a/i2p2www/pages/downloads/macros
+++ b/i2p2www/pages/downloads/macros
@@ -2,9 +2,9 @@
 {% set i2pinstall_jar_hash     = '47c9d361940fc429effd57cc6718d72fde7a66663d5dfbb18fa30aba569b69fc' %}
 {% set i2psource_hash          = 'daaac2b5a5a6b5bbd4b805f76e14f6a7c201dfd7c1cf43c98e182d2e657d1236' %}
 {% set i2pupdate_hash          = '5245609257f80ab2177adc50593db239cc6e24bd9e39378c650a34e031451c01' %}
-{% set i2p_android_hash        = 'b14e3cc5ea12eb2e8bccb81dd2e86eeea3baba6695eb1a9f4d9053e76aeb131d' %}
+{% set i2p_android_hash        = 'e5a445cda4e8b2dfc424092c0f2cdebed117dcf0a975b4547c4749e6b9943e06' %}
 
-{% set i2p_android_version = '0.9.22' %}
+{% set i2p_android_version = '0.9.25' %}
 {% set i2p_android_version_kytv = '0.9.22' %}
 {% set i2p_android_version_fdroid = '0.9.22' %}
 
@@ -62,8 +62,8 @@
     {%- if type == 'android' %}
       <!-- do not use url_for here -->
       <a class="default" href="https://download.i2p2.de/android/current/i2p.apk">{% trans %}Outside I2P{% endtrans %} ({{ i2p_android_version }})</a>
-      <!-- do not use i2pconv here -->
-      <a class="default" href="http://update.killyourtv.i2p/i2p.apk">{% trans %}Inside I2P{% endtrans %} ({{ i2p_android_version_kytv }})</a>
+      <!-- do not use i2pconv here --><!--
+      <a class="default" href="http://update.killyourtv.i2p/i2p.apk">{% trans %}Inside I2P{% endtrans %} ({{ i2p_android_version_kytv }})</a>-->
       <a class="default" href="https://play.google.com/store/apps/details?id=net.i2p.android">Google Play ({{ i2p_android_version }})</a>
       <a class="default" href="https://f-droid.i2p.io/">{% trans %}Our F-Droid repository{% endtrans %} ({{ i2p_android_version }})</a>
       <a class="default" href="https://f-droid.org/app/net.i2p.android.router">F-Droid ({{ i2p_android_version_fdroid }})</a>
-- 
GitLab