homebrew-cask/Casks/particle-dev.rb

13 lines
319 B
Ruby

cask :v1 => 'particle-dev' do
version :latest
sha256 :no_check
# amazonaws.com is the official download host per the vendor homepage
url 'https://s3.amazonaws.com/spark-website/particle-dev-mac.zip'
name 'Particle Dev'
homepage 'https://www.particle.io/dev'
license :apache
app 'Particle Dev.app'
end