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.
1 parent 4188c29 commit 3c0f5fcCopy full SHA for 3c0f5fc
Formula/n/nut.rb
@@ -7,7 +7,8 @@ class Nut < Formula
7
8
livecheck do
9
url :stable
10
- strategy :github_latest
+ regex(/^v?(\d+(?:\.\d+)+)$/i)
11
+ strategy :github_releases
12
end
13
14
bottle do
0 commit comments