pacman: switch default integrity to sha256
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
nyyu 2021-06-06 09:44:42 +02:00
parent f878f3c161
commit 898104a16c
2 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@ source=(git+https://git.archlinux.org/pacman.git
makepkg.conf)
sha256sums=('SKIP'
'4aea8b8dc81188e9f195d0ac887e3a7c85d1be6545fd675f6c160623023d85b5'
'0bb12dca951de441259941be02051912b4adef81c2aa96ad8f2a4bfd7e5a0a8a')
'172ad7a3539a2f534ef4de5f1608e78a83b5acd181795b4f59fe4eb609488a94')
pkgver() {

View File

@ -94,7 +94,7 @@ BUILDENV=(!distcc color !ccache check !sign)
OPTIONS=(strip docs !libtool !staticlibs emptydirs zipman purge !debug !lto)
#-- File integrity checks to use. Valid: md5, sha1, sha224, sha256, sha384, sha512, b2
INTEGRITY_CHECK=(ck)
INTEGRITY_CHECK=(sha256)
#-- Options to be used when stripping binaries. See `man strip' for details.
STRIP_BINARIES="--strip-all"
#-- Options to be used when stripping shared libraries. See `man strip' for details.