1
0
mirror of https://github.com/moparisthebest/pacman synced 2024-12-21 23:38:49 -05:00

makepkg: add whirlpool to the list of hashing algorithms

Signed-off-by: Allan McRae <allan@archlinux.org>
This commit is contained in:
Luke 2015-12-06 10:11:33 +10:00 committed by Allan McRae
parent 71f9de64c6
commit 9cdfd18739

View File

@ -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