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 = [
|
STRATEGY_SYMBOLS_TO_SKIP_PREPROCESS_URL = [
|
||||||
:extract_plist,
|
:extract_plist,
|
||||||
:github_latest,
|
:github_latest,
|
||||||
:page_match,
|
|
||||||
:header_match,
|
:header_match,
|
||||||
|
:json,
|
||||||
|
:page_match,
|
||||||
:sparkle,
|
:sparkle,
|
||||||
|
:xml,
|
||||||
|
:yaml,
|
||||||
].freeze
|
].freeze
|
||||||
|
|
||||||
UNSTABLE_VERSION_KEYWORDS = %w[
|
UNSTABLE_VERSION_KEYWORDS = %w[
|
||||||
|
Loading…
x
Reference in New Issue
Block a user