homebrew-cask-versions/Casks/mattr-slate.rb
Maxime Thirouin cabdb0f109 Fix checksum in mattr-/Slate.app Cask
I've used `shasum` instead `shasum -a 256` when I did #9756
This time it should be good. Sorry for that !
2015-02-25 18:22:28 +01:00

19 lines
618 B
Ruby

cask :v1 => 'mattr-slate' do
version '1.2.0'
sha256 'd409ccda9ed09f5647175f8834650e141a7375ced9665bf6af237525665d4966'
# github.com is the official download host for this fork
# see https://github.com/mattr-/slate/commit/148a51e50174c946c07c801a9f2b92222a4c0276
url "https://github.com/mattr-/slate/releases/download/v#{version}/Slate.zip"
name 'Slate'
homepage 'https://github.com/mattr-/slate'
license :gpl
app 'Slate.app'
zap :delete => [
'~/.slate',
'~/.slate.js',
'~/Library/Application Support/com.slate.Slate',
]
end