mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
26 lines
784 B
Ruby
26 lines
784 B
Ruby
cask "calendar-366" do
|
|
version "2.14.8"
|
|
sha256 "805c163ab2ecc4b8c10e06a911a1f9eb935ec3fc2a61fe3127eef4eff74c89f5"
|
|
|
|
url "https://nspektor.com/downloads/Calendar366_v#{version}.dmg"
|
|
name "Calendar 366 II"
|
|
desc "Menu bar calendar for events and reminders"
|
|
homepage "https://nspektor.com/calendar366/mac"
|
|
|
|
livecheck do
|
|
url "https://nspektor.com/downloads/Calendar366IIAsset.xml"
|
|
strategy :sparkle, &:short_version
|
|
end
|
|
|
|
depends_on macos: ">= :mojave"
|
|
|
|
app "Calendar 366 II.app"
|
|
|
|
zap trash: [
|
|
"~/Library/Application Scripts/com.nspektor.macos.Calendar-366-II-Mini",
|
|
"~/Library/Application Support/Calendar 366 II",
|
|
"~/Library/Caches/com.nspektor.macos.Calendar-366-II",
|
|
"~/Library/Preferences/com.nspektor.macos.Calendar-366-II.plist",
|
|
]
|
|
end
|