homebrew-cask-versions/Casks/atom-shell.rb
ndr 7e08ddbec9 Update atom-shell to 0.19.2
and specify license.
2014-11-20 13:20:38 +00:00

10 lines
321 B
Ruby

cask :v1 => 'atom-shell' do
version '0.19.2'
sha256 '800d4588b1946df517fc7effd4b1b1f430bd132ee64edc790d306a620be2d14a'
url "https://github.com/atom/atom-shell/releases/download/v#{version}/atom-shell-v#{version}-darwin-x64.zip"
homepage 'https://github.com/atom/atom-shell'
license :mit
stage_only true
end