Re-enable larger checksums

This commit is contained in:
Steve McIntyre 2010-05-22 00:36:00 +00:00
parent dad90b0e43
commit 5aae598b3d
1 changed files with 1 additions and 1 deletions

View File

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