We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c5b7782 + 936bb9a commit 1be6582Copy full SHA for 1be6582
Formula/m/manticoresearch.rb
@@ -12,10 +12,14 @@ class Manticoresearch < Formula
12
version_scheme 1
13
head "https://github.com/manticoresoftware/manticoresearch.git", branch: "master"
14
15
- # Only even patch versions are stable releases
+ # 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.
19
livecheck do
20
url :stable
21
regex(/^v?(\d+(?:\.\d+)+\.\d*[02468])$/i)
22
+ strategy :github_latest
23
end
24
25
bottle do
0 commit comments