diff --git a/panel-download-table.html.template b/panel-download-table.html.template new file mode 100644 index 0000000..f3da93e --- /dev/null +++ b/panel-download-table.html.template @@ -0,0 +1,153 @@ +

Latest ##VERSION_TYPE## release: Electrum-##VERSION##

+ +

Sources and Binaries

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ Python + (3.10 and higher) + + Electrum-##VERSION##.tar.gz + + Signatures +
+ Linux + + Appimage + + Signatures +
+ Windows + (8.1 and higher) + + Standalone Executable + + Signatures +
+ Windows Installer + + Signatures +
+ Portable version + (security advice) + + Signatures +
+ macOS + (10.13 and higher) + + Executable for macOS + + Signatures +
+ Android + + (6.0 and higher)
+ (available on Google Play)
+ (available on F-Droid)
+
+
+ arm 64-bit (arm64-v8a, recommended) + + Signatures +
+ arm 32-bit (armeabi-v7a) + + Signatures +
+ x86_64 + + Signatures +
+ + +

Installation from Python sources

+ + + + + + + + + + + + + + + + + + + + + + +
+ Linux + + Install dependencies: + + sudo apt-get install python3-pyqt5 libsecp256k1-dev python3-cryptography +
+ Download package: + + wget ##link_tgz##
+
+ Verify signatures: + + wget ##link_tgz##.asc
+ gpg --verify Electrum-##VERSION##.tar.gz.asc
+
+ Run without installing: + + tar -xvf Electrum-##VERSION##.tar.gz
+ python3 Electrum-##VERSION##/run_electrum
+
+ Install with PIP: + + sudo apt-get install python3-setuptools python3-pip
+ python3 -m pip install --user Electrum-##VERSION##.tar.gz +
diff --git a/panel-download.html.template b/panel-download.html.template index 15dd174..52a3d91 100644 --- a/panel-download.html.template +++ b/panel-download.html.template @@ -1,170 +1,12 @@ -

Latest release: Electrum-##VERSION##

- Release notes - Previous releases
Our executables are reproducible, and are signed independently by several builders.
- The current executables have been signed by ##signers_list##.
+ The latest executables have been signed by ##signers_list##.
- -

Sources and Binaries

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- Python - (3.8 and higher) - - Electrum-##VERSION##.tar.gz - - Signatures -
- Linux - - Appimage - - Signatures -
- Windows - (8.1 and higher) - - Standalone Executable - - Signatures -
- Windows Installer - - Signatures -
- Portable version - (security advice) - - Signatures -
- macOS - (10.13 and higher) - - Executable for macOS - - Signatures -
- Android - - (6.0 and higher)
- (available on Google Play)
- (available on F-Droid)
-
-
- arm 64-bit (arm64-v8a, recommended) - - Signatures -
- arm 32-bit (armeabi-v7a) - - Signatures -
- x86_64 - - Signatures -
- - -

Installation from Python sources

- - - - - - - - - - - - - - - - - - - - - - -
- Linux - - Install dependencies: - - sudo apt-get install python3-pyqt5 libsecp256k1-dev python3-cryptography -
- Download package: - - wget ##link_tgz##
-
- Verify signatures: - - wget ##link_tgz##.asc
- gpg --verify Electrum-##VERSION##.tar.gz.asc
-
- Run without installing: - - tar -xvf Electrum-##VERSION##.tar.gz
- python3 Electrum-##VERSION##/run_electrum
-
- Install with PIP: - - sudo apt-get install python3-setuptools python3-pip
- python3 -m pip install --user Electrum-##VERSION##.tar.gz -
+##STABLE_DOWNLOAD_TABLE##

How to verify GPG signatures