This commit is contained in:
zzz
2014-03-31 20:33:31 +00:00
parent 6ded516348
commit fd3e17a2d5
3 changed files with 6 additions and 6 deletions

View File

@ -21,7 +21,7 @@ except ImportError:
###########
# Constants
CURRENT_I2P_VERSION = '0.9.11'
CURRENT_I2P_VERSION = '0.9.12'
CANONICAL_DOMAIN = 'geti2p.net'

View File

@ -1,10 +1,10 @@
{% extends "global/layout.html" %}
{% block title %}{{ _('Download') }}{% endblock %}
{% set i2pinstall_windows_hash = '536a5dd49110a3717c74701c7f2ed91deea10109e527125c3bbed3b6863fffaa' %}
{% set i2pinstall_jar_hash = 'a0fe6702424d14fdb8697aa34fae0f5960dd6045a469ce910ad90928362eb72e' %}
{% set i2pinstall_windows_hash = 'e31a9eb24f66fedcf81651819f492837f30ea5448895e9b4a2fa514fc2212c08' %}
{% set i2pinstall_jar_hash = 'a9108ae86eba09b80a837b7db40b348cfbe403c6ed05cf2538f5fec2544c55e4' %}
{% set i2psource_hash = '71639369458bee414d1c319b1778d7f85301bd67aca738061961f2823f0f284e' %}
{% set i2pupdate_hash = 'c4b131f1dab058123e62dd8416d3b073ae7ec2ffc6e5e1574bb266875e2f4d1e' %}
{% set i2p_android_hash = 'ddbe0615495e7e0d1b81c581907ab974ddebc9d4f8059b789667d7f26b341748' %}
{% set i2psource_hash = '50b18c6e012cae1f05295b54ec88ab71c56b8ebf8b9267242bab37f918b80166' %}
{% set i2pupdate_hash = '5264e4c02b7d8b9a6af3c5829d891f6a53f51a976d08fa68873b8717cbfc4b74' %}
{% block content %}
<h3>{{ _('Dependency') }}</h3>
<p>{% trans java='http://java.com/download/',
@ -13,7 +13,7 @@ icedtea='http://icedtea.classpath.org/wiki/Main_Page',
oracle8='https://jdk8.java.net/download.html',
ibmsdk7='http://www.ibm.com/developerworks/java/jdk/linux/download.html',
detectjre='http://java.com/en/download/installed.jsp?detect=jre&amp;try=1' %}
Java Runtime 1.5 or higher.
Java Runtime 1.6 or higher.
(<a href="{{ java }}">Oracle Java Version 7</a>,
<a href="{{ openjdk }}">OpenJDK 7</a>, or
<a href="{{ icedtea }}">IcedTea7</a>