forked from I2P_Developers/i2p.www
undraft the blog post, update all the hashes, re-align the mirrors and push the release
This commit is contained in:
@@ -22,9 +22,9 @@ except ImportError:
|
||||
###########
|
||||
# Constants
|
||||
|
||||
CURRENT_I2P_VERSION = '1.6.1'
|
||||
CURRENT_I2P_VERSION = '1.7.0'
|
||||
CURRENT_I2P_FIREFOX_PROFILE_VERSION = '1.06.1'
|
||||
CURRENT_I2P_OSX_VERSION = '1.6.1'
|
||||
CURRENT_I2P_OSX_VERSION = CURRENT_I2P_VERSION
|
||||
|
||||
CANONICAL_DOMAIN = 'geti2p.net'
|
||||
|
||||
|
@@ -1,11 +1,11 @@
|
||||
{% extends "global/layout.html" %}
|
||||
{%- from "downloads/macros" import package_outer with context -%}
|
||||
{% block title %}Mac OS DMG Bundle){% endblock %}
|
||||
{% block title %}Mac OS Easy Install Bundle{% endblock %}
|
||||
{% block content %}
|
||||
|
||||
<h1>{{ _('Mac OS DMG Bundle') }}</h1>
|
||||
<h1>{{ _('Mac OS Easy Install Bundle') }}</h1>
|
||||
<p>{% trans -%}
|
||||
We are excited to offer you a DMG bundle for Mac OS. It installs and behaves
|
||||
We are excited to offer you a DMG-based bundle for Mac OS. It installs and behaves
|
||||
the same way many other Mac OS applications do and does not require a Java
|
||||
Runtime Environment to be available.
|
||||
{%- endtrans %}</p>
|
||||
@@ -43,7 +43,7 @@ that are familiar and built-into the operating system.
|
||||
{%- set name = 'OSX' -%}
|
||||
{%- set icon = 'images/download/mac-osx.png' -%}
|
||||
{%- set filename = 'I2P-%s.dmg' -%}
|
||||
{%- set hash = '057570e3d2b6ba6ca29787f1e5f8c9c36c7072e9f3687e6ed58182f4488ae5a3' -%}
|
||||
{%- set hash = 'd681e6a7645ce09d7e3dd511bed829e4cb46bf77ebfdd42116b89a4b8667312b' -%}
|
||||
|
||||
{% call package_outer('osx', name, icon) %}
|
||||
<div class = "file">
|
||||
|
@@ -1,9 +1,9 @@
|
||||
{% set i2pinstall_windows_hash = 'c5d5757d0cc1f4ce0cf2a663c35ca173d0cfe4ef0f38ac50b1be116787b03c87' %}
|
||||
{% set i2pinstall_jar_hash = '2ae90f28d51b84796079430bde53589e1c2117125d5fb7bb5c036c4e1ad1eb80' %}
|
||||
{% set i2psource_hash = '719606c4cb510de4fe74f24bbfa53911a70531821fc1ee79a29e3d96eaa16733' %}
|
||||
{% set i2pupdate_hash = '5fe7982cc1499872864a022507d0850627448d62ef65e0a7b5c172144a04368d' %}
|
||||
{% set i2pinstall_windows_hash = 'a2206e2578e88aa08294b68df2c9dad4f9301a94dc3d00bfccfe4517555e226c' %}
|
||||
{% set i2pinstall_jar_hash = '23b80dd09bf4bb53edfde8e802bf0e428d89062f1232b3cdfeca04fccdbeb685' %}
|
||||
{% set i2psource_hash = 'aa53591e89eacc3491ab472dc4df998780fb6747eea3b97ecb7a9f81ff2c9a5e' %}
|
||||
{% set i2pupdate_hash = 'd8110d77efb9712d69b622df03b7c9cd7f492b516b71914efb6019d31541e771' %}
|
||||
{% set i2p_android_hash = '7bc61b03145fe5518cc4916e3ef9aaaed700e964b4bfd41718f3247aa993a240' %}
|
||||
{% set i2p_macnative_hash = '057570e3d2b6ba6ca29787f1e5f8c9c36c7072e9f3687e6ed58182f4488ae5a3' %}
|
||||
{% set i2p_macnative_hash = 'd681e6a7645ce09d7e3dd511bed829e4cb46bf77ebfdd42116b89a4b8667312b' %}
|
||||
|
||||
{% set i2p_windows_subver = '' %}
|
||||
{% set i2p_macosx_launcher_version = '1.5.0' %}
|
||||
|
Reference in New Issue
Block a user