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
commitedf205f5ca025254a286db4d057fe9badbf6baf0 (patch)
tree4ed1d5b8080349f5a32b0efa7c98ddd1394a5978 /Library
parent862c0ddf4ad822779c677e4893df71aafac618e3 (diff)
downloadbrew-edf205f5ca025254a286db4d057fe9badbf6baf0.tar.bz2
aspell-dictionaries: use sha256 for resources
Closes Homebrew/homebrew#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