[pacman-dev] [PATCH 2/2] makepkg: add support for sha224 checksums

Dave Reisner dreisner at archlinux.org
Mon Sep 2 16:08:07 EDT 2013


Implements FS#36776.

Signed-off-by: Dave Reisner <dreisner at archlinux.org>
---
 scripts/makepkg.sh.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/makepkg.sh.in b/scripts/makepkg.sh.in
index 73f4eb7..8ef92fc 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
-- 
1.8.4



More information about the pacman-dev mailing list