Fork me on GitHub

Download Geany-Plugins

The latest version is 1.38, you should take a look at the release notes.
Download Type SIG MD5 / SHA1
geany-plugins-1.38.tar.gz Source Code GPG Signature
0e810a0d378a5773d02b34d4d8a39f17a7332283
geany-plugins-1.38.tar.bz2 Source Code GPG Signature
f40897713fb8da3b00a5205a36bd5df0c131fa28
geany-plugins-1.38_setup.exe Win32 Installer GPG Signature
4097514cb672c282ac6f83851001c185ac268d9a

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-1.38.tar.bz2.sig geany-plugins-1.38.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