makepkg: add whirlpool to the list of hashing algorithms
Signed-off-by: Allan McRae <allan@archlinux.org>
This commit is contained in:
parent
71f9de64c6
commit
9cdfd18739
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue