From 9cdfd18739cc4b0e2b2efeb9a92a3ea612c8505f Mon Sep 17 00:00:00 2001 From: Luke Date: Sun, 6 Dec 2015 10:11:33 +1000 Subject: makepkg: add whirlpool to the list of hashing algorithms Signed-off-by: Allan McRae --- scripts/makepkg.sh.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/makepkg.sh.in b/scripts/makepkg.sh.in index d0ebf42c..43584c3b 100644 --- a/scripts/makepkg.sh.in +++ b/scripts/makepkg.sh.in @@ -54,7 +54,7 @@ splitpkg_overrides=('pkgdesc' 'arch' 'url' 'license' 'groups' 'depends' 'options' 'install' 'changelog') readonly -a build_options splitpkg_overrides -known_hash_algos=('md5' 'sha1' 'sha224' 'sha256' 'sha384' 'sha512') +known_hash_algos=('md5' 'sha1' 'sha224' 'sha256' 'sha384' 'sha512' 'whirlpool') # Options ASDEPS=0 -- cgit v1.2.3-24-g4f1b