mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
Merge pull request #153884 from hugocf/hypercal-new-cask
hypercal 0.0.96 (new cask)
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
cask "hypercal" do
|
||||
version "0.0.96"
|
||||
sha256 "d01fe7272223dfbc0549f4d11a43f231e2f682c3d151e9d724097875dbbd9183"
|
||||
|
||||
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
|
||||
Reference in New Issue
Block a user