Revert priority of GithubLatest strategy.

This commit is contained in:
Markus Reiter 2020-12-15 10:25:26 +01:00 committed by Sam Ford
parent 3c4e855f4d
commit c58fbe000e
No known key found for this signature in database
GPG Key ID: 95209E46C7FFDEFE

View File

@ -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