Files
homebrew-cask/Casks/m/mellow.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

18 lines
495 B
Ruby

cask "mellow" do
version "0.1.22"
sha256 "f8b168fb1a491032a4c56df3350e67db3a32a94beeeeeae4e17e6ce426002099"
url "https://github.com/mellow-io/mellow/releases/download/v#{version}/Mellow-#{version}.dmg"
name "Mellow"
desc "Rule-based global transparent proxy client"
homepage "https://github.com/mellow-io/mellow"
app "Mellow.app"
zap trash: [
"/Library/Application Support/Mellow",
"~/Library/Logs/Mellow",
"~/Library/Preferences/org.mellow.mellow.plist",
]
end