homebrew-cask/Casks/material-colors.rb

21 lines
910 B
Ruby

cask 'material-colors' do
version '1.1.0'
sha256 '61a23327f723f61b714b1718a7e30cc6f3c5bcee2b2103074354244a76e029d8'
url "https://github.com/romannurik/MaterialColorsApp/releases/download/v#{version}/MaterialColors-#{version}.zip"
appcast 'https://github.com/romannurik/MaterialColorsApp/releases.atom',
checkpoint: 'ed9a70854ceef5f7cddeeaeef34a901533b60071dc22ccd4673dc513c037edd6'
name 'Material Colors for Mac'
homepage 'https://github.com/romannurik/MaterialColorsApp'
app 'Material Colors.app'
zap delete: [
'~/Library/Application Support/net.nurik.roman.materialcolors.ShipIt',
'~/Library/Application Support/Material Colors',
'~/Library/Caches/Material Colors',
'~/Library/Caches/net.nurik.roman.materialcolors',
'~/Library/Preferences/net.nurik.roman.materialcolors.plist',
]
end