diff --git a/i2p2www/pages/site/browser/_front.html b/i2p2www/pages/site/browser/_front.html index c21e5b93..43695b31 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-beta6/windows64/i2pbrowser-install-win64-2.0-beta6_en-US.exe' -%} + {%- set link = 'https://download.i2p2.de/experimental/i2pbrowser-beta7/windows64/i2pbrowser-install-win64-2.0-beta7_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-beta6/macosx64/I2PBrowser-2.0-beta6-osx64_en-US.dmg' -%} + {%- set link = 'https://download.i2p2.de/experimental/i2pbrowser-beta7/macosx64/I2PBrowser-2.0-beta7-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-beta6/linux64/i2p-browser-linux64-2.0-beta6_en-US.tar.xz' -%} + {%- set link = 'https://download.i2p2.de/experimental/i2pbrowser-beta7/linux64/i2p-browser-linux64-2.0-beta7_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 4a047d71..6ce3ed4e 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 beta6, I2P Browser also ships with an I2P router. It can co-exist + As of beta7, 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-beta6_en-US.exe' -%} - {%- set hash = '11ac304415c5eae23dc420304fcd5ee5506f7464f81cef8c91d30f8d043b90ed' -%} + {%- set filename = 'i2pbrowser-install-win64-2.0-beta7_en-US.exe' -%} + {%- set hash = '71f2baad93c1309ee744951e5296b2eb17f0fcc92d45a3149cae5393527ebea3' -%} {% 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-beta6/windows64/ + href="https://download.i2p2.de/experimental/i2pbrowser-beta7/windows64/">https://download.i2p2.de/experimental/i2pbrowser-beta7/windows64/ {% endcall %} {%- set name = 'Mac OS X' -%} {%- set icon = 'images/download/mac-osx.png' -%} - {%- set filename = 'I2PBrowser-2.0-beta6-osx64_en-US.dmg' -%} - {%- set hash = 'fad0c6758fc09d986fe92786f2ac7478082147255738551e3bd558f9f7f3e3d2' -%} + {%- set filename = 'I2PBrowser-2.0-beta7-osx64_en-US.dmg' -%} + {%- set hash = '99b2a9b917fb8f66e192b4950116f63f6b386fe76f68d78b014ade2f05d18e7f' -%} {% 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-beta6/macosx64/ + href="https://download.i2p2.de/experimental/i2pbrowser-beta7/macosx64/">https://download.i2p2.de/experimental/i2pbrowser-beta7/macosx64/ {% endcall %} {%- set name = 'Linux' -%} {%- set icon = 'images/download/freebsd-tux.png' -%} - {%- set filename = 'i2p-browser-linux64-2.0-beta6_en-US.tar.xz' -%} - {%- set hash = '0677488d7b732861f8b8e783a0808914fcb2667076313a503115aa220a7bb302' -%} + {%- set filename = 'i2p-browser-linux64-2.0-beta7_en-US.tar.xz' -%} + {%- set hash = '67664d298216450921c5c9638d2c6b9ce0c69aaeb2d177be23440d33e98fdbcf' -%} {% 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-beta6/linux64 + href="https://download.i2p2.de/experimental/i2pbrowser-beta7/linux64">https://download.i2p2.de/experimental/i2pbrowser-beta7/linux64 {% endcall %} diff --git a/i2p2www/pages/site/browser/releasenotes.html b/i2p2www/pages/site/browser/releasenotes.html index 646bdf48..b9f1d5af 100644 --- a/i2p2www/pages/site/browser/releasenotes.html +++ b/i2p2www/pages/site/browser/releasenotes.html @@ -6,13 +6,20 @@Lost in history, was labeled "Abscond Browser" at the time.
+