update the .dmg easy-install

This commit is contained in:
idk
2022-05-24 09:52:54 -04:00
parent b3ddc06593
commit c68e99955a
3 changed files with 3 additions and 3 deletions

View File

@@ -24,7 +24,7 @@ except ImportError:
CURRENT_I2P_VERSION = '1.8.0'
CURRENT_I2P_FIREFOX_PROFILE_VERSION = '1.7.6'
CURRENT_I2P_OSX_VERSION = '1.7.1'
CURRENT_I2P_OSX_VERSION = '1.8.0'
CANONICAL_DOMAIN = 'geti2p.net'

View File

@@ -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 = 'd681e6a7645ce09d7e3dd511bed829e4cb46bf77ebfdd42116b89a4b8667312b' -%}
{%- set hash = '18cb22cfcc3cbe0cec150e89a394d1a35703cb508ed627ef48084b7ba7c90dde' -%}
{% call package_outer('osx', name, icon) %}
<div class = "file">

View File

@@ -3,7 +3,7 @@
{% set i2psource_hash = '525f2ad3267f130b81296b3dd24102fdcf2adf098d54272da4e1be4abd87df04' %}
{% set i2pupdate_hash = '3379fe757eecbf20688ee37685fe52f15ac04fd59e891c6a059a33d519c4ff19' %}
{% set i2p_android_hash = 'ac2421c1a0d2b1205f6bdb42fd83dae378873e452a069a84bcb3e448b775632b' %}
{% set i2p_macnative_hash = 'd681e6a7645ce09d7e3dd511bed829e4cb46bf77ebfdd42116b89a4b8667312b' %}
{% set i2p_macnative_hash = '18cb22cfcc3cbe0cec150e89a394d1a35703cb508ed627ef48084b7ba7c90dde' %}
{% set i2p_windows_subver = '' %}
{% set i2p_macosx_launcher_version = '1.5.0' %}