Fix bad tarball signatures, and remove -strict downloads.
[htmlpurifier-web.git] / releases / sign-all.bat
blob706f02dd77b564cca18049c440a0b07bd9cea2b2
1 @echo off\r
2 \r
3 if [%1] neq [] (set VERSION=%1) else (set /p VERSION=Version? )\r
4 gpg -b htmlpurifier-%VERSION%.tar.gz\r
5 gpg -b htmlpurifier-%VERSION%-lite.tar.gz\r
6 gpg -b htmlpurifier-%VERSION%-standalone.tar.gz\r
7 gpg -b htmlpurifier-%VERSION%.zip\r
8 gpg -b htmlpurifier-%VERSION%-lite.zip\r
9 gpg -b htmlpurifier-%VERSION%-standalone.zip\r