Skip to content
  • Allan McRae's avatar
    makepkg: add CRC checksums and set these to be the default · 21af7986
    Allan McRae authored
    
    
    Checksums arrays should be filled with values provided by upstream.  We
    currently have md5 set as an unsecure default, and are constantly asked to
    change it to sha2.  However, just changing the default to a stronger checksum
    gives the user the impression that "makepkg -g" checksums are perfect.
    
    Instead, change the default checksum to a CRC, to make it clear that any
    checksum generated purely by "makepkg -g" is not ideal.
    
    Signed-off-by: default avatarAllan McRae <allan@archlinux.org>
    21af7986