Skip to content

Commit e214153

Browse files
authored
Merge pull request #276019 from Homebrew/nut-livecheck
nut: update livecheck
2 parents 46fa6ac + 3c0f5fc commit e214153

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Formula/n/nut.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ class Nut < Formula
77

88
livecheck do
99
url :stable
10-
strategy :github_latest
10+
regex(/^v?(\d+(?:\.\d+)+)$/i)
11+
strategy :github_releases
1112
end
1213

1314
bottle do

0 commit comments

Comments
 (0)