homebrew-cask/Casks/atom-shell.rb

11 lines
321 B
Ruby
Raw Normal View History

2014-11-14 01:25:24 +08:00
cask :v1 => 'atom-shell' do
2014-11-29 08:48:22 +08:00
version '0.19.5'
sha256 '9cef09ebbb26f8137ea7548316f002d0ef6086fc3d14b76896ebd9a62f58acc5'
2014-10-30 16:56:19 +08:00
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
2014-10-30 16:56:19 +08:00
2014-11-19 19:03:34 +08:00
stage_only true
2014-10-30 16:56:19 +08:00
end