Rename pomodone to roundpie

This commit is contained in:
Sam Ford 2023-12-26 09:38:07 -05:00
parent a37af89096
commit 1dffcfcfb3
No known key found for this signature in database
GPG Key ID: 7AF5CBEE1DD6F76D
3 changed files with 25 additions and 16 deletions

View File

@ -1,16 +0,0 @@
cask "pomodone" do
version "1.5.1551"
sha256 "777a1ffdaa8c9d702126ca560b655c3a9790ac75895640dad5cda7abdc880717"
url "https://app.pomodoneapp.com/installers/PomoDoneApp-#{version}.dmg"
name "PomoDone"
desc "Pomodoro time tracker"
homepage "https://pomodoneapp.com/"
livecheck do
url "https://pomodoneapp.com/download-pomodone-app.html"
regex(%r{href=.*?/PomoDoneApp-(\d+(?:\.\d+)*)\.dmg}i)
end
app "PomoDoneApp.app"
end

24
Casks/r/roundpie.rb Normal file
View File

@ -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

View File

@ -11,6 +11,7 @@
"mysteriumvpn": "mysteriumdark",
"opal": "opal-composer",
"owasp-zap": "zap",
"pomodone": "roundpie",
"remotion": "multiapp",
"streamlabs-obs": "streamlabs",
"tea": "ossapp"