excalidrawz 1.2.5
[Homebrew/homebrew-cask.git] / Casks / l / lo-rain.rb
blob8ace2e281b665ed28f2e9415a7f4155c33ed43eb
1 cask "lo-rain" do
2   version "1.5.2"
3   sha256 "e1f4614e99054c741b8d343e426a29a31d9005c4f1c637d2de0754f03e5c4f86"
5   url "https://lo.cafe/lo-rain-files/lo-rain%20#{version}.dmg"
6   name "lo-rain"
7   desc "App that makes it rain no matter where you are, even over your apps"
8   homepage "https://lo.cafe/lo-rain"
10   livecheck do
11     url "https://lo.cafe/lo-rain-files/appcast.xml"
12     strategy :sparkle, &:short_version
13   end
15   auto_updates true
16   depends_on macos: ">= :sonoma"
18   app "lo-rain.app"
20   zap trash: [
21     "~/Library/Caches/lo.cafe.lo-rain",
22     "~/Library/HTTPStorages/lo.cafe.lo-rain",
23     "~/Library/Preferences/lo.cafe.lo-rain.plist",
24     "~/Library/Saved Application State/lo.cafe.lo-rain.savedState",
25   ]
26 end