Update Library/Homebrew/dev-cmd/bump.rb
Co-authored-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
parent
2cebb91090
commit
49882571ea
@ -78,9 +78,9 @@ module Homebrew
|
||||
title = (up_to_date?(package_details) ? "#{formula} is up to date!" : formula).to_s
|
||||
ohai title
|
||||
puts "Current formula version: #{package_details[:current_formula_version]}"
|
||||
puts "Latest Repology version: #{package_details[:repology_latest_version] || "Not found"}"
|
||||
puts "Latest livecheck version: #{package_details[:livecheck_latest_version] || "Not found"}"
|
||||
puts "Open pull requests: #{package_details[:open_pull_requests] || "None"}"
|
||||
puts "Latest Repology version: #{package_details[:repology_latest_version] || "not found"}"
|
||||
puts "Latest livecheck version: #{package_details[:livecheck_latest_version] || "not found"}"
|
||||
puts "Open pull requests: #{package_details[:open_pull_requests] || "none"}"
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user