Skip to content

Commit 1be6582

Browse files
authored
Merge pull request Homebrew#226973 from Homebrew/bump-manticoresearch-10.2.2
manticoresearch: update livecheck
2 parents c5b7782 + 936bb9a commit 1be6582

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Formula/m/manticoresearch.rb

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,14 @@ class Manticoresearch < Formula
1212
version_scheme 1
1313
head "https://github.com/manticoresoftware/manticoresearch.git", branch: "master"
1414

15-
# Only even patch versions are stable releases
15+
# There can be a notable gap between when a version is tagged and a
16+
# corresponding release is created, so we check the "latest" release instead
17+
# of the Git tags. The upstream version scheme uses an even-numbered patch to
18+
# indicate stable versions.
1619
livecheck do
1720
url :stable
1821
regex(/^v?(\d+(?:\.\d+)+\.\d*[02468])$/i)
22+
strategy :github_latest
1923
end
2024

2125
bottle do

0 commit comments

Comments
 (0)