Release 4.0.0.
[htmlpurifier-web.git] / releases / sign-all.sh
blobe775bf2bea1f3a7e5300f9f499fe127e38230610
1 #!/bin/bash
2 if [ "$1" == "" ]
3 then
4 echo "Usage: ./sign-all.sh version"
5 exit
6 fi
7 VERSION=$1
8 gpg -u 0x1E1C674B -b htmlpurifier-$VERSION.tar.gz
9 gpg -u 0x1E1C674B -b htmlpurifier-$VERSION-lite.tar.gz
10 gpg -u 0x1E1C674B -b htmlpurifier-$VERSION-standalone.tar.gz
11 gpg -u 0x1E1C674B -b htmlpurifier-$VERSION.zip
12 gpg -u 0x1E1C674B -b htmlpurifier-$VERSION-lite.zip
13 gpg -u 0x1E1C674B -b htmlpurifier-$VERSION-standalone.zip