homebrew-cask/Casks/h/hypercal.rb

29 lines
915 B
Ruby

cask "hypercal" do
version "0.0.101"
sha256 "60adb11b5924d3e954f12a335f67b457f0a41e0952cd8b2d5522f48cb448cfaa"
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