homebrew-cask/Casks/mellow.rb

18 lines
549 B
Ruby
Raw Normal View History

cask 'mellow' do
version '0.1.19'
sha256 '72d752b3abd8299f3e95df215f9659638c0bb3b0f57c1c8d4fa0e69a624a5106'
url "https://github.com/mellow-io/mellow/releases/download/v#{version}/Mellow-#{version}.dmg"
appcast 'https://github.com/mellow-io/mellow/releases.atom'
name 'Mellow'
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