diff options
| author | Baptiste Fontaine | 2015-03-22 14:41:18 +0100 |
|---|---|---|
| committer | Mike McQuaid | 2015-03-22 16:28:34 +0000 |
| commit | bec4c7e52e73a7df26d4e7e064d1642110451b0f (patch) | |
| tree | 6be9518979f3dadcc612b30bcb8a08d877bc823d /Library | |
| parent | af847def2bee856e9a299d439bbcb2eacb633324 (diff) | |
| download | homebrew-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.rb | 2 |
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 |
