File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ RUN apt-get update -qq && apt-get install -y curl && \
99 apt-get install -y nodejs
1010ENV ARDUINO_URL "https://github.com/getopenmono/arduino_comp.git"
1111ENV MONOPROG_RELEASE 0.9.3
12- ENV MONOPROG_MAC_URL "https://github.com/getopenmono/arduino_comp/releases/download/1.6.1 /monoprog0.9.3.tar.bz2"
13- ENV MONOPROG_WIN_URL "https://github.com/getopenmono/arduino_comp/releases/download/1.6.1 /monoprog_win0.9.3.tar.bz2"
12+ ENV MONOPROG_MAC_URL "https://github.com/getopenmono/arduino_comp/releases/download/1.7.0 /monoprog0.9.3.tar.bz2"
13+ ENV MONOPROG_WIN_URL "https://github.com/getopenmono/arduino_comp/releases/download/1.7.0 /monoprog_win0.9.3.tar.bz2"
1414ENV ARDUINO_BRANCH master
1515ENV FRAMEWORK_BRANCH master
1616ENV MONOPROG_BRANCH master
Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ if [ ! $MONOPROG_URL ]; then MONOPROG_URL="https://github.com/getopenmono/monopr
77if [ ! $JSON_TEMPLATE ]; then JSON_TEMPLATE=" package_openmono_index.json" ; fi
88if [ ! $FRAMEWORK_BRANCH ]; then FRAMEWORK_BRANCH=" master" ; fi
99if [ ! $MONOPROG_RELEASE ]; then MONOPROG_RELEASE=" 0.9.3" ; fi
10- if [ ! $MONOPROG_MAC_URL ]; then MONOPROG_MAC_URL=" https://github.com/getopenmono/arduino_comp/releases/download/1.6.1 /monoprog0.9.3.tar.bz2" ; fi
11- if [ ! $MONOPROG_WIN_URL ]; then MONOPROG_WIN_URL=" https://github.com/getopenmono/arduino_comp/releases/download/1.6.1 /monoprog_win0.9.3.tar.bz2" ; fi
10+ if [ ! $MONOPROG_MAC_URL ]; then MONOPROG_MAC_URL=" https://github.com/getopenmono/arduino_comp/releases/download/1.7.0 /monoprog0.9.3.tar.bz2" ; fi
11+ if [ ! $MONOPROG_WIN_URL ]; then MONOPROG_WIN_URL=" https://github.com/getopenmono/arduino_comp/releases/download/1.7.0 /monoprog_win0.9.3.tar.bz2" ; fi
1212if [ ! $INCLUDE_EDU ]; then INCLUDE_EDU=" yes" ; fi
1313
1414if [ $# -lt 1 ]; then
You can’t perform that action at this time.
0 commit comments