Add Material Colors.app v1.0.1

This commit is contained in:
Hunter Braun 2016-03-24 02:43:38 -05:00 committed by Victor Popkov
parent bbaa6a6bd7
commit ca3628b6e7
1 changed files with 22 additions and 0 deletions

22
Casks/material-colors.rb Normal file
View File

@ -0,0 +1,22 @@
cask 'material-colors' do
version '1.0.1'
sha256 '4d3296c84bf55bc4f8848443627fe33bb96451389cdd1ad054eee59ef026be4a'
# github.com/romannurik/MaterialColorsApp was verified as official when first introduced to the cask
url "https://github.com/romannurik/MaterialColorsApp/releases/download/v#{version}/MaterialColors-#{version}.zip"
appcast 'https://github.com/romannurik/MaterialColorsApp/releases.atom',
checkpoint: '0669026137027828455c3f4c818db9490792b48c1a7fb0885cf860a9d911968e'
name 'Material Colors for Mac'
homepage 'https://github.com/romannurik/MaterialColorsApp'
license :apache
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