Skip to content

Commit

Permalink
Rename pomodone to roundpie
Browse files Browse the repository at this point in the history
  • Loading branch information
samford committed Dec 26, 2023
1 parent a37af89 commit 1dffcfc
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 16 deletions.
16 changes: 0 additions & 16 deletions Casks/p/pomodone.rb

This file was deleted.

24 changes: 24 additions & 0 deletions Casks/r/roundpie.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
cask "roundpie" do
version "1.5.1558"
sha256 "21afc76f03495933a7f75e5969d5d01f735611a892005f85750b9515c53d45ef"

url "https://roundpie.app/installers/RoundPie-#{version}.dmg",
verified: "roundpie.app/"
name "RoundPie"
desc "Pomodoro time tracker"
homepage "https://theroundpie.com/"

livecheck do
url "https://pmdn.co/osx"
strategy :header_match
end

app "RoundPie.app"

zap trash: [
"~/Library/Application Support/RoundPie",
"~/Library/Logs/RoundPie",
"~/Library/Preferences/com.atgalaikas.app.plist",
"~/Library/Saved Application State/com.atgalaikas.app.savedState",
]
end
1 change: 1 addition & 0 deletions cask_renames.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"mysteriumvpn": "mysteriumdark",
"opal": "opal-composer",
"owasp-zap": "zap",
"pomodone": "roundpie",
"remotion": "multiapp",
"streamlabs-obs": "streamlabs",
"tea": "ossapp"
Expand Down

0 comments on commit 1dffcfc

Please sign in to comment.