audit: fix checksum audit
This commit is contained in:
parent
015bdf4b3f
commit
8a58dc09cd
@ -915,7 +915,7 @@ module Homebrew
|
|||||||
break if previous_version && current_version != previous_version
|
break if previous_version && current_version != previous_version
|
||||||
end
|
end
|
||||||
|
|
||||||
if current_version == previous_version &&
|
if current_version == newest_committed_version &&
|
||||||
current_checksum != newest_committed_checksum
|
current_checksum != newest_committed_checksum
|
||||||
problem(
|
problem(
|
||||||
"stable sha256 changed without the version also changing; " \
|
"stable sha256 changed without the version also changing; " \
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user