livecheck: Skip #preprocess_url for new strategies
I forgot to add the new `Json`, `Xml`, and `Yaml` strategies to the list of strategies where `#preprocess_url` should be skipped and this was causing issues for a user in their tap. This is unfortunately another bug that wasn't surfaced when I tested all the related checks in our first-party taps.
This commit is contained in:
parent
8051e8818a
commit
f997557c3f
@ -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