excalidrawz 1.2.5
[Homebrew/homebrew-cask.git] / Casks / l / lunar.rb
blob8dba180be4791fefe3588d8b9ae3d82d2501f589
1 cask "lunar" do
2   version "6.8.5"
3   sha256 "359e7c0a95e54f3cf85c5e7c405018d015ea22f9dd6e986e3fd0646ec6463923"
5   url "https://static.lunar.fyi/releases/Lunar-#{version}.dmg"
6   name "Lunar"
7   desc "Adaptive brightness for external displays"
8   homepage "https://lunar.fyi/"
10   livecheck do
11     url "https://static.lunar.fyi/appcast-stable.xml"
12     strategy :sparkle
13   end
15   auto_updates true
16   depends_on macos: ">= :big_sur"
18   app "Lunar.app"
20   zap trash: [
21     "~/Library/Application Support/fyi.lunar.Lunar",
22     "~/Library/Application Support/Lunar",
23     "~/Library/Caches/Lunar",
24     "~/Library/Preferences/fyi.lunar.Lunar.plist",
25   ]
26 end