Merge pull request #14890 from samford/livecheck/skip-preprocess_url-for-new-strategies
livecheck: Skip #preprocess_url for new strategies
This commit is contained in:
commit
74e1e4cb15
@ -35,9 +35,12 @@ module Homebrew
|
||||
STRATEGY_SYMBOLS_TO_SKIP_PREPROCESS_URL = [
|
||||
:extract_plist,
|
||||
:github_latest,
|
||||
:page_match,
|
||||
:header_match,
|
||||
:json,
|
||||
:page_match,
|
||||
:sparkle,
|
||||
:xml,
|
||||
:yaml,
|
||||
].freeze
|
||||
|
||||
UNSTABLE_VERSION_KEYWORDS = %w[
|
||||
|
Loading…
x
Reference in New Issue
Block a user