homebrew-cask/Casks/multi.rb

19 lines
555 B
Ruby

cask "multi" do
version "2.2.2"
sha256 "dc960eafb48ac9ba08f30f048e319c04992db3923fe113abbabdb883aa93275f"
url "https://github.com/hkgumbs/multi/releases/download/v#{version}/Multi.#{version}.dmg"
name "Multi"
desc "Create apps from groups of websites"
homepage "https://github.com/hkgumbs/multi"
app "Multi.app"
zap trash: [
"~/Library/Caches/llc.gumbs.multi.*",
"~/Library/Caches/llc.gumbs.multi",
"~/Library/Preferences/llc.gumbs.multi.*.plist",
"~/Library/Saved Application State/llc.gumbs.multi.savedState",
]
end