From: Marco Peereboom Date: Sun, 11 Oct 2009 06:09:12 +0000 (+0000) Subject: Make distinfo base64. whomever came up with that is retarded. X-Git-Tag: SCROTWM_0_9_30~137 X-Git-Url: https://code.delx.au/spectrwm/commitdiff_plain/03ab5e065f64030ff7b5a3b995b36d6504385589 Make distinfo base64. whomever came up with that is retarded. --- diff --git a/release.sh b/release.sh index b0adf1e..08fcf50 100644 --- a/release.sh +++ b/release.sh @@ -42,10 +42,10 @@ mkdir $PORT cat port/Makefile | sed "s/SCROTWMVERSION/$1/g" > $PORT/Makefile # distinfo -md5 $TARGET.tgz > $PORT/distinfo -rmd160 $TARGET.tgz >> $PORT/distinfo -sha1 $TARGET.tgz >> $PORT/distinfo -cksum -a sha256 $TARGET.tgz >> $PORT/distinfo +cksum -b -a md5 $TARGET.tgz > $PORT/distinfo +cksum -b -a rmd160 $TARGET.tgz >> $PORT/distinfo +cksum -b -a sha1 $TARGET.tgz >> $PORT/distinfo +cksum -b -a sha256 $TARGET.tgz >> $PORT/distinfo wc -c $TARGET.tgz 2>/dev/null | awk '{print "SIZE (" $2 ") = " $1}' >> $PORT/distinfo # pkg