diff --git a/Library/Homebrew/formula.rb b/Library/Homebrew/formula.rb index 0ba0d334dc..082a8e80fa 100644 --- a/Library/Homebrew/formula.rb +++ b/Library/Homebrew/formula.rb @@ -614,6 +614,8 @@ class Formula "poured_from_bottle" => tab.poured_from_bottle } end + + hsh["installed"].sort_by! { |i| Version.new(i["version"]) } end hsh