Add Jose Diaz-Gonzalez's CakePHP plugin to front page.
[htmlpurifier-web.git] / releases / sign-all.sh
blob55e90efdc693c4316333af9b95f796c28d9b76cf
1 #!/bin/bash
2 if [ "$1" == "" ]
3 then
4 echo "Usage: ./sign-all.sh version"
5 exit
6 fi
7 VERSION=$1
8 KEY=0x1E1C674B
9 #KEY=0x869C48DA
10 gpg -u $KEY -b htmlpurifier-$VERSION.tar.gz
11 gpg -u $KEY -b htmlpurifier-$VERSION-lite.tar.gz
12 gpg -u $KEY -b htmlpurifier-$VERSION-standalone.tar.gz
13 gpg -u $KEY -b htmlpurifier-$VERSION.zip
14 gpg -u $KEY -b htmlpurifier-$VERSION-lite.zip
15 gpg -u $KEY -b htmlpurifier-$VERSION-standalone.zip