You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
217 B
8 lines
217 B
class Arduino < Cask
|
|
url 'http://arduino.googlecode.com/files/arduino-1.0.4-macosx.zip'
|
|
homepage 'http://arduino.cc/'
|
|
version '1.0.4'
|
|
sha1 '03918c84731ff8233007a7529ce68fd6e41ab1d5'
|
|
|
|
link :app, 'Arduino.app'
|
|
end
|
|
|