Fork me on GitHub

Download Geany-Plugins

The latest version is 2.0, you should take a look at the release notes.
Download Type SIG MD5 / SHA1
geany-plugins-2.0.tar.gz Source Code GPG Signature
b7375d2ede700558b10cafe58a6e079bdfc007d3
geany-plugins-2.0.tar.bz2 Source Code GPG Signature
6a553834d9eaf3ea106c4eb1fc25d25a82ba788c
geany-plugins-2.0_setup.exe Win32 Installer GPG Signature
ca21a091fa39b13e8dc2d628550296d19b960386

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:

1.38

1.37

Note: The key B7A4039D0630EA07 is outdated, so your GPG-client might give you a warning. However, the signature itself is not affacted by this.

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 https://download.geany.org/frlan-pubkey.txt
gpg --import < frlan-pubkey.txt
gpg --verify geany-plugins-2.0.tar.bz2.sig geany-plugins-2.0.tar.bz2

Download directly from version control

You can pull the sources for Geany-Plugins directly from version control as well. To do this, just clone the Git repository like this:

git clone git://github.com/geany/geany-plugins.git geany-plugins

Build and install all plugins:

./autogen.sh # Note this already runs ./configure
make
make install