Merge pull request #198803 from Homebrew/bump-wizcli-0.69.0
[Homebrew/homebrew-cask.git] / Casks / l / lunar.rb
blob8b35f34ffe5353218977fd7aac1eafbdfa4bd6cd
1 cask "lunar" do
2   version "6.8.6"
3   sha256 "b722fac11f6e0467b81db0e251a9e382412f84dc1197d6a9f203f4c6a32c2533"
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