Skip to content

Commit

Permalink
Arduino changed the download link again, this time it uses a script,
Browse files Browse the repository at this point in the history
curl handles it ok luckily.
  • Loading branch information
Simon John committed Nov 8, 2014
1 parent 36213ce commit 893adf7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions HISTORY.md
Expand Up @@ -31,6 +31,7 @@ I tried to give credit whenever possible. If I have missed anyone, kindly add it
- Fix: objcopy quoting issue on Windows. (Issue #272). (https://github.com/sej7278)
- Fix: Add "avrispmkii" to the list of isp that don't have a port. (Issue #279). (https://github.com/sej7278)
- Fix: Make CXX compile .cpp files instead of CC. (Issue #285). (https://github.com/sej7278)
- Fix: Changed IDE download URL *again* for Travis-CI. (https://github.com/sej7278)

### 1.3.4 (2014-07-12)
- Tweak: Allow spaces in "Serial.begin (....)". (Issue #190) (https://github.com/pdav)
Expand Down
2 changes: 1 addition & 1 deletion tests/script/bootstrap/arduino.sh
Expand Up @@ -20,7 +20,7 @@ if [ -z "$ARDUINO_DIR" ] || ! test -e $ARDUINO_DIR || [ $OS == "cygwin" ]; then
EXTRACT_COMMAND="tar -xzf"
fi

ARDUINO_URL=http://downloads.arduino.cc/$ARDUINO_FILE
ARDUINO_URL=http://arduino.cc/download.php?f=/$ARDUINO_FILE

_pushd $DEPENDENCIES_FOLDER
if ! test -e $ARDUINO_FILE
Expand Down

0 comments on commit 893adf7

Please sign in to comment.