Skip to content

Commit

Permalink
fix(desktime): add regex to match filename version
Browse files Browse the repository at this point in the history
  • Loading branch information
nikaro committed Oct 30, 2024
1 parent 02a8d91 commit ff4377b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Casks/desktime.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
livecheck do
url :url
strategy :header_match
regex /filename=DeskTime-(\d+(?:\.\d+)+)-(?:x64|arm64)\.dmg/

Check failure on line 18 in Casks/desktime.rb

View workflow job for this annotation

GitHub Actions / Lint

Lint/AmbiguousRegexpLiteral: Ambiguous regexp literal. Parenthesize the method arguments if it's surely a regexp literal, or add a whitespace to the right of the `/` if it should be a division.
end

app "DeskTime.app"
Expand Down

0 comments on commit ff4377b

Please sign in to comment.