summaryrefslogtreecommitdiff
path: root/maketgz
diff options
context:
space:
mode:
authorng0 <ng0@n0.is>2019-02-25 20:54:53 +0000
committerng0 <ng0@n0.is>2019-02-25 20:54:53 +0000
commite47d2b1430a54d636f26add05333b0834ed54ed3 (patch)
tree0f4f73cb4bfe6afc07f27a6e8c05976838147fe2 /maketgz
parentb51a67e1b4da6ff57b633aa9d73d341c0d847c95 (diff)
downloadgnurl-e47d2b1430a54d636f26add05333b0834ed54ed3.tar.gz
gnurl-e47d2b1430a54d636f26add05333b0834ed54ed3.tar.bz2
gnurl-e47d2b1430a54d636f26add05333b0834ed54ed3.zip
Add checksum output to end of maketgz
Diffstat (limited to 'maketgz')
-rwxr-xr-xmaketgz3
1 files changed, 3 insertions, 0 deletions
diff --git a/maketgz b/maketgz
index 6fccff55b..556cca33f 100755
--- a/maketgz
+++ b/maketgz
@@ -223,3 +223,6 @@ ls -l $targz $compressfile $paxz
echo "Run this:"
echo "gpg2 -b -a $targz && gpg2 -b -a $compressfile && gpg2 -b -a $paxz"
+sha1 $targz $compressfile $paxz
+md5 -a SHA512 $targz $compressfile $paxz
+rmd160 $targz $compressfile $paxz