Revert outdated changes to brew info
This commit is contained in:
parent
fb04053833
commit
2524e80196
@ -253,10 +253,7 @@ module Homebrew
|
|||||||
s += " (bottled)" if bottle_exists
|
s += " (bottled)" if bottle_exists
|
||||||
specs << s
|
specs << s
|
||||||
elsif (stable = f.stable)
|
elsif (stable = f.stable)
|
||||||
latest_version = BottleAPI.latest_pkg_version(f.name).version if ENV["HOMEBREW_JSON_CORE"].present?
|
s = "stable #{stable.version}"
|
||||||
latest_version ||= stable.version
|
|
||||||
|
|
||||||
s = "stable #{latest_version}"
|
|
||||||
s += " (bottled)" if stable.bottled? && f.pour_bottle?
|
s += " (bottled)" if stable.bottled? && f.pour_bottle?
|
||||||
specs << s
|
specs << s
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user