summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorDave Reisner <dreisner@archlinux.org>2013-09-02 22:02:34 +0200
committerAllan McRae <allan@archlinux.org>2013-09-04 01:51:20 +0200
commit4245c6b222703dda7bd6000e180c777f480e4420 (patch)
tree903dee88d3bc2852759d3f3a0c22f0bb20eed0e4 /scripts
parentb370f0ca427fe9d83a5d8e0951f30e9b6c9e03f8 (diff)
downloadpacman-4245c6b222703dda7bd6000e180c777f480e4420.tar.gz
pacman-4245c6b222703dda7bd6000e180c777f480e4420.tar.xz
makepkg: add support for sha224 checksums
Implements FS#36776. Signed-off-by: Dave Reisner <dreisner@archlinux.org> 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 3feb460c..d0951dfa 100644
--- a/scripts/makepkg.sh.in
+++ b/scripts/makepkg.sh.in
@@ -54,7 +54,7 @@ splitpkg_overrides=('pkgver' 'pkgrel' 'epoch' 'pkgdesc' 'arch' 'url' 'license' \
'replaces' 'backup' 'options' 'install' 'changelog')
readonly -a packaging_options other_options splitpkg_overrides
-known_hash_algos=('md5' 'sha1' 'sha256' 'sha384' 'sha512')
+known_hash_algos=('md5' 'sha1' 'sha224' 'sha256' 'sha384' 'sha512')
# Options
ASDEPS=0