tap: continue to autobump deprecated unsigned casks
This commit is contained in:
parent
50fa89e96b
commit
5a04b55e56
@ -994,7 +994,8 @@ class Tap
|
|||||||
end
|
end
|
||||||
|
|
||||||
@autobump ||= autobump_packages.select do |_, p|
|
@autobump ||= autobump_packages.select do |_, p|
|
||||||
next if p["deprecated"] || p["disabled"]
|
next if p["disabled"]
|
||||||
|
next if p["deprecated"] && p["deprecation_reason"] != "unsigned"
|
||||||
next if p["skip_livecheck"]
|
next if p["skip_livecheck"]
|
||||||
|
|
||||||
p["autobump"] == true
|
p["autobump"] == true
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user