From edf205f5ca025254a286db4d057fe9badbf6baf0 Mon Sep 17 00:00:00 2001 From: Baptiste Fontaine Date: Sun, 22 Mar 2015 14:41:18 +0100 Subject: aspell-dictionaries: use sha256 for resources Closes Homebrew/homebrew#37962. Signed-off-by: Mike McQuaid --- Library/Homebrew/cmd/aspell-dictionaries.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3