Files
homebrew-cask/Casks/p/panda.rb
Mike McQuaid aa461148bb Move all remaining casks to sharded subdirectories.
The migration of `orka.rb` and then `o*.rb` has worked well without
complaint so: let's move everything else, too.
2023-08-09 12:08:38 +01:00

19 lines
502 B
Ruby

cask "panda" do
version "1.4.2"
sha256 "551a2f4c2195dd1c00e7dfe83836a86485212ebeb6b008f130cecb83e002e3b8"
url "https://github.com/pablosproject/Panda-Mac-app/releases/download/#{version}/Panda.zip"
name "Panda"
desc "Utility to switch from light to dark mode"
homepage "https://github.com/pablosproject/Panda-Mac-app"
auto_updates true
app "Panda.app"
zap trash: [
"~/Library/Caches/com.pablosproject.Panda",
"~/Library/Preferences/com.pablosproject.Panda.plist",
]
end