Omit warning, as brew audit already covers this

This commit is contained in:
Chris Wegrzyn 2021-05-04 09:50:42 -04:00
parent 87cd97a52e
commit aa3e623b28

View File

@ -337,14 +337,6 @@ module Homebrew
if f.pkg_version == upstream_f.pkg_version if f.pkg_version == upstream_f.pkg_version
upstream_f.bottle_specification.rebuild + 1 upstream_f.bottle_specification.rebuild + 1
else else
if f.pkg_version < upstream_f.pkg_version
opoo <<~EOS
Current package version for #{f.full_name} (`#{f.pkg_version}') is lower than version at
origin/HEAD (`#{upstream_f.pkg_version}').
Defaulting to no rebuild number, but you may wish to verify this.
EOS
end
0 0
end end
end end