disable the larger checksums for now

This commit is contained in:
Steve McIntyre 2009-05-11 00:07:40 +00:00
parent 1203b68413
commit b99932aa56
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ if [ "$2"x != ""x ] ; then
EXT="$2"
fi
CHECKSUMS="sha512 sha256 sha1 md5"
CHECKSUMS="sha1 md5" # sha512 sha256
for SUM in $CHECKSUMS; do
UPSUM=`echo $SUM | tr 'a-z' 'A-Z'`