homebrew-cask/Casks/arduino-galileo.rb

10 lines
316 B
Ruby
Raw Normal View History

class ArduinoGalileo < Cask
version '1.5.3'
2014-06-01 21:30:46 +08:00
sha256 '8fafc626fb7d0918d7f4ddb98d59823c0fcc9b3aeb8e1d252ae9688b4095c153'
2014-09-26 20:08:46 +08:00
url "http://downloadmirror.intel.com/23171/eng/Intel_Galileo_Arduino_SW_#{version}_on_MacOSX%20_v1.0.0.zip"
homepage 'https://communities.intel.com/docs/DOC-22226'
2014-09-16 00:05:15 +08:00
app 'Arduino.app'
end