Download Geany-Plugins
The latest version for Linux/Unix is 0.21.1, you should take a look at the release notes.The latest version for Windows is 0.21, release notes.
| Download | SIG | MD5 / SHA1 |
|---|---|---|
| geany-plugins-0.21.1.tar.gz | GPG Signature | 8c8e6a4dc1601adbaa46efbf96be8a0f |
| geany-plugins-0.21.1.tar.bz2 | GPG Signature | 358848a8e1e7cd733404fb5662107c07 |
| geany-plugins-0.21_setup.exe | GPG Signature | ee43d1a593ec3ee5a1c10713bab0e772 |
Older versions of Geany-Plugins can also be downloaded.
Verifying Signatures
The tarballs are signed with a GPG key to make sure the source code wasn't compromised somewhere on the net. You can verify you have the correct tarballs by checking if the GPG signature is correct. To do this, follow these instructions:
- Import the key via
gpg --recv-keys 588752a1 - Verify the downloaded archive either with
gpg --verify geany-plugins-0.20.tar.bz2.sig geany-plugins-0.20.tar.bz2orgpg --verify geany-plugins-0.20.tar.gz.sig geany-plugins-0.20.tar.gz
The command's output should state something like "Good Signature" and should return exit code 0. If you get another exit code it's likely, something went wrong.
Another complete example:
wget http://download.geany.org/hyperair-pubkey.txt
gpg --import < hyperair-pubkey.txt
gpg --verify geany-plugins-0.20.tar.bz2.sig geany-plugins-0.20.tar.bz2

