Downgraded arduino to 1.0.5 stable.

The old package for 1.5.5 was a beta build. The beta build was updated to
1.5.6-r2 and moved to homebrew-versions.
This commit is contained in:
Camillus Gerard Cai 2014-03-11 15:45:05 +08:00
parent 8fb0be69cf
commit ed0c6ec72b
1 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
class Arduino < Cask
url 'http://downloads.arduino.cc/arduino-1.5.5-macosx.zip'
url 'http://arduino.googlecode.com/files/arduino-1.0.5-macosx.zip'
homepage 'http://arduino.cc/'
version '1.5.5'
sha256 'c52a6d0ff94f1505eb4550c6e40e41325dbb2c1f671f71cc725385b78c7838c1'
version '1.0.5'
sha256 '12f2d649b2cfd537317f63d9cb102dc052647c32a5b07c76d344ed959319c05e'
link 'Arduino.app'
end