Omit warning, as brew audit already covers this
This commit is contained in:
parent
87cd97a52e
commit
aa3e623b28
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user