Revert priority of GithubLatest strategy.
This commit is contained in:
parent
3c4e855f4d
commit
c58fbe000e
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user