Skip to content

Commit

Permalink
Merge pull request Homebrew#14890 from samford/livecheck/skip-preproc…
Browse files Browse the repository at this point in the history
…ess_url-for-new-strategies

livecheck: Skip #preprocess_url for new strategies
  • Loading branch information
samford committed Mar 5, 2023
2 parents 8051e88 + f997557 commit 74e1e4c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Library/Homebrew/livecheck/livecheck.rb
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,12 @@ module Livecheck
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[
Expand Down

0 comments on commit 74e1e4c

Please sign in to comment.