aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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