Skip to content

Commit

Permalink
remove outdated checksums
Browse files Browse the repository at this point in the history
  • Loading branch information
bodewig committed Jun 21, 2019
1 parent 0065768 commit b6469b9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions create-bin-dist.sh
Expand Up @@ -34,8 +34,6 @@ mv xmlunit-$1-bin.* ..

cd ..
for i in *.zip *.tar.gz *.tar.bz2; do
md5sum $i > $i.md5
sha1sum $i > $i.sha1
sha256sum $i > $i.sha256
gpg --use-agent --detach-sign --armor $i
done

0 comments on commit b6469b9

Please sign in to comment.