aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorBaptiste Fontaine2015-03-22 14:41:18 +0100
committerMike McQuaid2015-03-22 16:28:34 +0000
commitbec4c7e52e73a7df26d4e7e064d1642110451b0f (patch)
tree6be9518979f3dadcc612b30bcb8a08d877bc823d /Library
parentaf847def2bee856e9a299d439bbcb2eacb633324 (diff)
downloadhomebrew-bec4c7e52e73a7df26d4e7e064d1642110451b0f.tar.bz2
aspell-dictionaries: use sha256 for resources
Closes #37962. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/cmd/aspell-dictionaries.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/cmd/aspell-dictionaries.rb b/Library/Homebrew/cmd/aspell-dictionaries.rb
index eb29a5d2d..8e9197bda 100644
--- a/Library/Homebrew/cmd/aspell-dictionaries.rb
+++ b/Library/Homebrew/cmd/aspell-dictionaries.rb
@@ -32,7 +32,7 @@ module Homebrew
resource "#{r.name}" do
url "#{r.url}"
mirror "#{r.mirrors.first}"
- sha1 "#{r.cached_download.sha1}"
+ sha256 "#{r.cached_download.sha256}"
end
EOS