From c58fbe000e5de5b5d6df6cc4805b866544a56ca9 Mon Sep 17 00:00:00 2001 From: Markus Reiter Date: Tue, 15 Dec 2020 10:25:26 +0100 Subject: [PATCH] Revert priority of `GithubLatest` strategy. --- Library/Homebrew/livecheck/strategy/github_latest.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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