From 757e85b21df62bf6c8e7d8c0642c1e93735aabce Mon Sep 17 00:00:00 2001 From: Michael Straube Date: Mon, 2 Jul 2018 00:11:51 +0200 Subject: makepkg.conf: add missing sha224 sums Add missing sha224 sums to makepkg.conf and it's man page. Signed-off-by: Michael Straube Signed-off-by: Allan McRae --- doc/makepkg.conf.5.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/makepkg.conf.5.asciidoc b/doc/makepkg.conf.5.asciidoc index 3b596a91..ec543db8 100644 --- a/doc/makepkg.conf.5.asciidoc +++ b/doc/makepkg.conf.5.asciidoc @@ -183,7 +183,7 @@ Options **INTEGRITY_CHECK=(**check1 ...**)**:: File integrity checks to use. Multiple checks may be specified; this affects both generation and checking. The current valid options are: - `md5`, `sha1`, `sha256`, `sha384`, and `sha512`. + `md5`, `sha1`, `sha224`, `sha256`, `sha384`, and `sha512`. **STRIP_BINARIES=**"--strip-all":: Options to be used when stripping binaries. See linkman:strip[1] -- cgit v1.2.3-24-g4f1b