Skip to content

Commit

Permalink
Update regexp
Browse files Browse the repository at this point in the history
Co-authored-by: Bevan Kay <[email protected]>
  • Loading branch information
aivus and bevanjkay authored May 28, 2024
1 parent 91b640d commit 4ab56ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Casks/r/rustdesk.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

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

Expand Down

0 comments on commit 4ab56ed

Please sign in to comment.