pr-upload: fix formula version
This commit is contained in:
parent
ea8388c90e
commit
3ee158bf16
@ -39,7 +39,7 @@ module Homebrew
|
|||||||
|
|
||||||
hashes.each do |name, hash|
|
hashes.each do |name, hash|
|
||||||
formula_path = HOMEBREW_REPOSITORY/hash["formula"]["path"]
|
formula_path = HOMEBREW_REPOSITORY/hash["formula"]["path"]
|
||||||
formula_version = Formulary.factory(formula_path).version
|
formula_version = Formulary.factory(formula_path).pkg_version
|
||||||
bottle_version = Version.new hash["formula"]["pkg_version"]
|
bottle_version = Version.new hash["formula"]["pkg_version"]
|
||||||
next if formula_version == bottle_version
|
next if formula_version == bottle_version
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user