mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
29 lines
915 B
Ruby
29 lines
915 B
Ruby
cask "hypercal" do
|
|
version "0.0.109"
|
|
sha256 "be956ccfae0ab2db5770b46a99cd712642c5020108b6f722ff399ae0d9860b72"
|
|
|
|
url "https://storage.googleapis.com/hypercal-downloads/Hypercal-#{version}-universal.dmg",
|
|
verified: "storage.googleapis.com/hypercal-downloads/"
|
|
name "Hypercal"
|
|
desc "Privacy first calendar that connects your schedules and tasks into a single view"
|
|
homepage "https://hypercal.app/"
|
|
|
|
livecheck do
|
|
url "https://updater-api.hypercal.app/download"
|
|
strategy :header_match
|
|
end
|
|
|
|
app "Hypercal.app"
|
|
|
|
zap trash: [
|
|
"~/Library/Application Support/hypercal",
|
|
"~/Library/Caches/app.hypercal.com",
|
|
"~/Library/Caches/app.hypercal.com.ShipIt",
|
|
"~/Library/HTTPStorages/app.hypercal.com",
|
|
"~/Library/Logs/hypercal",
|
|
"~/Library/Preferences/app.hypercal.com.plist",
|
|
"~/Library/Saved Application State/app.hypercal.com.savedState",
|
|
"/tmp/hypercal",
|
|
]
|
|
end
|