From c2d39c5d61975591d56e5513318c9e678b1bb56c Mon Sep 17 00:00:00 2001 From: rhatto Date: Sat, 3 Jan 2009 16:53:26 +0000 Subject: hash order at Manifest from the weakest/smallest to the strongest git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@726 04377dda-e619-0410-9926-eae83683ac58 --- trunk/src/mkbuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'trunk/src/mkbuild') diff --git a/trunk/src/mkbuild b/trunk/src/mkbuild index 0fd2218..848ed5a 100755 --- a/trunk/src/mkbuild +++ b/trunk/src/mkbuild @@ -792,7 +792,7 @@ function file_metainfo { fi fi - for algo in md5 sha1 sha256 sha512 rmd160; do + for algo in md5 rmd160 sha1 sha256 sha512; do sum="$sum `echo $algo | tr '[:lower:]' '[:upper:]'` `gethash $algo $file`" done -- cgit v1.2.3