summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorLuke <gaming4jc2@yahoo.com>2015-12-06 01:11:33 +0100
committerAllan McRae <allan@archlinux.org>2015-12-06 01:11:33 +0100
commit9cdfd18739cc4b0e2b2efeb9a92a3ea612c8505f (patch)
tree1a3843bb31ee63b3acd8312fd02d8bd21cee233e /scripts
parent71f9de64c6eaf11e22551de56d4e9233dddfe238 (diff)
downloadpacman-9cdfd18739cc4b0e2b2efeb9a92a3ea612c8505f.tar.gz
pacman-9cdfd18739cc4b0e2b2efeb9a92a3ea612c8505f.tar.xz
makepkg: add whirlpool to the list of hashing algorithms
Signed-off-by: Allan McRae <allan@archlinux.org>
Diffstat (limited to 'scripts')
-rw-r--r--scripts/makepkg.sh.in2
1 files changed, 1 insertions, 1 deletions
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