Skip to content

Commit

Permalink
furtherance 24.10.0 (new cask)
Browse files Browse the repository at this point in the history
  • Loading branch information
rickykresslein committed Oct 3, 2024
1 parent f88e17e commit 63fdf35
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions Casks/f/furtherance.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
cask "furtherance" do
version "24.10.0"
sha256 "96c093b5a5ecd4c055ead308e21daf02e1096053ee8cceed86e332303a931205"

url "https://github.com/unobserved-io/Furtherance/releases/download/#{version}/furtherance-#{version}.dmg",
verified: "github.com/unobserved-io/Furtherance/"
name "Furtherance"
desc "Time tracker"
homepage "https://furtherance.app/"

livecheck do
url :url
strategy :github_latest
end

depends_on macos: ">= :sierra"

app "Furtherance.app"

zap trash: "~/Library/Application Support/io.unobserved.furtherance"
end

0 comments on commit 63fdf35

Please sign in to comment.