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-10-30 16:56:19 +08:00
version '0.19.0'
sha256 'e14ecea827ce78cedb1ed9f4f4aa7d42912a31f69cbbf72588b2d9307f583c41'
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 :oss
2014-11-19 19:03:34 +08:00
stage_only true
2014-10-30 16:56:19 +08:00
end