Skip to content
Snippets Groups Projects
Commit 7389cb5d authored by Jared Szechy's avatar Jared Szechy
Browse files

Prefer stronger hashes

parent 96730346
No related branches found
No related tags found
1 merge request!2omnibus version to v5.0.0
Loading
Loading
@@ -27,7 +27,7 @@ module Omnibus
TAR_EXTENSIONS = %w(.tar .tar.gz .tgz .bz2 .tar.xz .txz)
 
# Digest types used for verifying file checksums
DIGESTS = [:md5, :sha1, :sha256, :sha512]
DIGESTS = [:sha512, :sha256, :sha1, :md5]
 
#
# A fetch is required if the downloaded_file (such as a tarball) does not
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment