Update Library/Homebrew/formula.rb
Co-authored-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
parent
aebaa7f8df
commit
a2a92ba375
@ -1915,7 +1915,7 @@ class Formula
|
||||
|
||||
bottles = bottle["files"].map do |tag, file|
|
||||
info = { "url" => file["url"] }
|
||||
info["sha256"] = file["sha256"] unless tap.name == "homebrew/core"
|
||||
info["sha256"] = file["sha256"] if tap.name != "homebrew/core"
|
||||
[tag.to_s, info]
|
||||
end.to_h
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user