From 0d7c8c8c61914f5e28c019be852773284548b7c8 Mon Sep 17 00:00:00 2001 From: Markus Reiter Date: Fri, 18 Dec 2020 21:34:00 +0100 Subject: [PATCH] Revert priority for Git strategy. --- Library/Homebrew/livecheck/strategy/git.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/livecheck/strategy/git.rb b/Library/Homebrew/livecheck/strategy/git.rb index 94a42fdab7..4cd216bf58 100644 --- a/Library/Homebrew/livecheck/strategy/git.rb +++ b/Library/Homebrew/livecheck/strategy/git.rb @@ -26,7 +26,7 @@ module Homebrew class Git # The priority of the strategy on an informal scale of 1 to 10 (from # lowest to highest). - PRIORITY = 7 + PRIORITY = 8 # Fetches a remote Git repository's tags using `git ls-remote --tags` # and parses the command's output. If a regex is provided, it will be