Skip to content

Commit

Permalink
desktime 6.0.4 (#96)
Browse files Browse the repository at this point in the history
  • Loading branch information
nikaro authored Oct 30, 2024
1 parent ff4377b commit 2de698b
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions Casks/desktime.rb
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
# typed: false

cask "desktime" do
url_param = on_arch_conditional arm: "?m1", intel: ""

version "6.0.3"
sha256 arm: "5dcb5b3ad275ed6bdf3b5b10be10e1990978312df384caf953cd03b2ad9fa2fa",
intel: "3d4fc653c6c302312748d60c5b7007a02354d00b1f562497b95ffdf3c9cd1b84"
version "6.0.4"
sha256 arm: "c8049809c068ec433f9d8912af889f36482de681a57e716d71133d1f032db51a",
intel: "4281831da6db1eaab32848809a69dbfdc14113eb5de1b3080888576a7a56db0e"

url "https://desktime.com/updates/electron/mac#{url_param}"
name "DeskTime"
Expand All @@ -15,7 +13,7 @@
livecheck do
url :url
strategy :header_match
regex /filename=DeskTime-(\d+(?:\.\d+)+)-(?:x64|arm64)\.dmg/
regex(/filename=DeskTime-(\d+(?:\.\d+)+)-(?:x64|arm64)\.dmg/)
end

app "DeskTime.app"
Expand Down

0 comments on commit 2de698b

Please sign in to comment.