Skip to content

Commit

Permalink
fix: use git tag livecheck strategy
Browse files Browse the repository at this point in the history
  • Loading branch information
onbjerg committed Aug 27, 2024
1 parent 8b9614e commit a3bf628
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/mesc.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class Mesc < Formula

livecheck do
url :stable
strategy :github_latest
regex(/^v?(\d+(?:\.\d+)+)$/i)
end

depends_on "rust" => :build
Expand Down

0 comments on commit a3bf628

Please sign in to comment.