aspell-dictionaries: use sha256 for resources
Closes Homebrew/homebrew#37962. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
parent
862c0ddf4a
commit
edf205f5ca
@ -32,7 +32,7 @@ module Homebrew
|
|||||||
resource "#{r.name}" do
|
resource "#{r.name}" do
|
||||||
url "#{r.url}"
|
url "#{r.url}"
|
||||||
mirror "#{r.mirrors.first}"
|
mirror "#{r.mirrors.first}"
|
||||||
sha1 "#{r.cached_download.sha1}"
|
sha256 "#{r.cached_download.sha256}"
|
||||||
end
|
end
|
||||||
|
|
||||||
EOS
|
EOS
|
||||||
|
Loading…
x
Reference in New Issue
Block a user