diff --git a/Library/Homebrew/livecheck/strategy/github_latest.rb b/Library/Homebrew/livecheck/strategy/github_latest.rb index 4868ead895..d3afcddbf4 100644 --- a/Library/Homebrew/livecheck/strategy/github_latest.rb +++ b/Library/Homebrew/livecheck/strategy/github_latest.rb @@ -37,7 +37,7 @@ module Homebrew # A priority of zero causes livecheck to skip the strategy. We do this # for {GithubLatest} so we can selectively apply the strategy using # `strategy :github_latest` in a `livecheck` block. - PRIORITY = 8 + PRIORITY = 0 # The `Regexp` used to determine if the strategy applies to the URL. URL_MATCH_REGEX = %r{//github\.com(?:/downloads)?(?:/[^/]+){2}}i.freeze