diff --git a/i2p2www/pages/site/browser/_front.html b/i2p2www/pages/site/browser/_front.html index cfcf3188..c21e5b93 100644 --- a/i2p2www/pages/site/browser/_front.html +++ b/i2p2www/pages/site/browser/_front.html @@ -38,7 +38,7 @@ {%- if detected_os == 'windows' -%} {%- set name = 'Windows' -%} {%- set icon = 'images/browser/garlic.svg' -%} - {%- set link = 'https://download.i2p2.de/experimental/i2pbrowser-beta5/windows64/i2pbrowser-install-win64-2.0-beta5_en-US.exe' -%} + {%- set link = 'https://download.i2p2.de/experimental/i2pbrowser-beta6/windows64/i2pbrowser-install-win64-2.0-beta6_en-US.exe' -%} {% call browser_download(name, icon, link) %} Get I2P Browser for Windows {% endcall %} @@ -46,7 +46,7 @@ {%- elif detected_os == 'macosx' -%} {%- set name = 'Mac OS X' -%} {%- set icon = 'images/browser/garlic.svg' -%} - {%- set link = 'https://download.i2p2.de/experimental/i2pbrowser-beta5/macosx64/I2PBrowser-2.0-beta5-osx64_en-US.dmg' -%} + {%- set link = 'https://download.i2p2.de/experimental/i2pbrowser-beta6/macosx64/I2PBrowser-2.0-beta6-osx64_en-US.dmg' -%} {% call browser_download(name, icon, link) %} Get I2P Browser for Mac OS X {% endcall %} @@ -54,7 +54,7 @@ {%- elif detected_os == 'linux' -%} {%- set name = 'Linux' -%} {%- set icon = 'images/browser/garlic.svg' -%} - {%- set link = 'https://download.i2p2.de/experimental/i2pbrowser-beta5/linux64/i2p-browser-linux64-2.0-beta5_en-US.tar.xz' -%} + {%- set link = 'https://download.i2p2.de/experimental/i2pbrowser-beta6/linux64/i2p-browser-linux64-2.0-beta6_en-US.tar.xz' -%} {% call browser_download(name, icon, link) %} Get I2P Browser for Linux x64 {% endcall %} diff --git a/i2p2www/pages/site/browser/download.html b/i2p2www/pages/site/browser/download.html index 3706f50f..40e80398 100644 --- a/i2p2www/pages/site/browser/download.html +++ b/i2p2www/pages/site/browser/download.html @@ -36,7 +36,7 @@ binaries for 64bit systems. 32bit builds for Linux and Windows are planned. {%- endtrans %}
{% trans -%} - As of beta5, I2P Browser also ships with an I2P router. It can co-exist + As of beta6, I2P Browser also ships with an I2P router. It can co-exist with an existing I2P router, but it does not require the installation or configuration of any supporting software. {%- endtrans %}
@@ -51,13 +51,13 @@ {%- set name = 'Windows' -%} {%- set icon = 'images/download/windows.png' -%} - {%- set filename = 'i2pbrowser-install-win64-2.0-beta5_en-US.exe' -%} - {%- set hash = '86575a398a8a7bc0c9cbb5cc658e2c51e7d4d8024ad2484fbb29b86d05200506' -%} + {%- set filename = 'i2pbrowser-install-win64-2.0-beta6_en-US.exe' -%} + {%- set hash = '11ac304415c5eae23dc420304fcd5ee5506f7464f81cef8c91d30f8d043b90ed' -%} {% call package_outer('windows', name, icon) %} @@ -72,18 +72,18 @@ if you want to see if we have the browser in your language. {%- endtrans %} https://download.i2p2.de/experimental/i2pbrowser-beta5/windows64/ + href="https://download.i2p2.de/experimental/i2pbrowser-beta6/windows64/">https://download.i2p2.de/experimental/i2pbrowser-beta6/windows64/ {% endcall %} {%- set name = 'Mac OS X' -%} {%- set icon = 'images/download/mac-osx.png' -%} - {%- set filename = 'I2PBrowser-2.0-beta5-osx64_en-US.dmg' -%} - {%- set hash = 'e5c5e7701b396ed31d10ab59bcc388784cb47d7a246d813962c623a6b891cbd6' -%} + {%- set filename = 'I2PBrowser-2.0-beta6-osx64_en-US.dmg' -%} + {%- set hash = 'fad0c6758fc09d986fe92786f2ac7478082147255738551e3bd558f9f7f3e3d2' -%} {% call package_outer('mac-osx', name, icon) %} @@ -98,18 +98,18 @@ if you want to see if we have the browser in your language. {%- endtrans %} https://download.i2p2.de/experimental/i2pbrowser-beta5/macosx64/ + href="https://download.i2p2.de/experimental/i2pbrowser-beta6/macosx64/">https://download.i2p2.de/experimental/i2pbrowser-beta6/macosx64/ {% endcall %} {%- set name = 'Linux' -%} {%- set icon = 'images/download/freebsd-tux.png' -%} - {%- set filename = 'i2p-browser-linux64-2.0-beta5_en-US.tar.xz' -%} - {%- set hash = '4caf2ca8528aab12e6d89a7f6d3e4ff2d77c2956ebfbe85c3eaf0dd1f90c08ec' -%} + {%- set filename = 'i2p-browser-linux64-2.0-beta6_en-US.tar.xz' -%} + {%- set hash = '0677488d7b732861f8b8e783a0808914fcb2667076313a503115aa220a7bb302' -%} {% call package_outer('freebsd-tux', name, icon) %} @@ -124,7 +124,7 @@ if you want to see if we have the browser in your language. {%- endtrans %} https://download.i2p2.de/experimental/i2pbrowser-beta5/linux64 + href="https://download.i2p2.de/experimental/i2pbrowser-beta6/linux64">https://download.i2p2.de/experimental/i2pbrowser-beta6/linux64 {% endcall %} diff --git a/i2p2www/pages/site/browser/releasenotes.html b/i2p2www/pages/site/browser/releasenotes.html index e7413fdb..7cb56b6a 100644 --- a/i2p2www/pages/site/browser/releasenotes.html +++ b/i2p2www/pages/site/browser/releasenotes.html @@ -20,6 +20,18 @@