diff options
author | morganamilo <morganamilo@gmail.com> | 2018-06-08 01:40:01 +0100 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2018-06-18 13:15:51 +1000 |
commit | 5cf6f614eb418a9e89c0cbfa5fbfac0d502ff668 (patch) | |
tree | d4196d1a5c0106e9c609a64d4398ad31b16e09db /doc | |
parent | 793202344b47914d06a2c48bacbb6b232f7c5387 (diff) | |
download | pacman-5cf6f614eb418a9e89c0cbfa5fbfac0d502ff668.tar.xz |
Add missing sha224 sums in man page and linting
Signed-off-by: morganamilo <morganamilo@gmail.com>
Signed-off-by: Allan McRae <allan@archlinux.org>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/PKGBUILD.5.asciidoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/PKGBUILD.5.asciidoc b/doc/PKGBUILD.5.asciidoc index b7e07165..c57038c2 100644 --- a/doc/PKGBUILD.5.asciidoc +++ b/doc/PKGBUILD.5.asciidoc @@ -154,7 +154,7 @@ contain whitespace characters. be skipped. To easily generate md5sums, run ``makepkg -g >> PKGBUILD''. If desired, move the md5sums line to an appropriate location. -*sha1sums, sha256sums, sha384sums, sha512sums (arrays)*:: +*sha1sums, sha224sums, sha256sums, sha384sums, sha512sums (arrays)*:: Alternative integrity checks that makepkg supports; these all behave similar to the md5sums option described above. To enable use and generation of these checksums, be sure to set up the `INTEGRITY_CHECK` option in |