Skip to content

Commit 9ce8f71

Browse files
author
Kristoffer Andersen
committed
updated to 1.7.1
1 parent 837defb commit 9ce8f71

File tree

2 files changed

+25
-3
lines changed

2 files changed

+25
-3
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ RUN apt-get update -qq && apt-get install -y curl && \
88
curl -sL https://deb.nodesource.com/setup_7.x | bash - && \
99
apt-get install -y nodejs
1010
ENV ARDUINO_URL "https://github.com/getopenmono/arduino_comp.git"
11-
ENV MONOPROG_RELEASE 0.9.3
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"
11+
ENV MONOPROG_RELEASE 0.9.3.1
12+
ENV MONOPROG_MAC_URL "https://github.com/getopenmono/arduino_comp/releases/download/1.7.0/monoprog0.9.3.1.tar.bz2"
13+
ENV MONOPROG_WIN_URL "https://github.com/getopenmono/arduino_comp/releases/download/1.7.0/monoprog_win0.9.3.1.tar.bz2"
1414
ENV ARDUINO_BRANCH master
1515
ENV FRAMEWORK_BRANCH master
1616
ENV MONOPROG_BRANCH master

package_openmono_index.json.template

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,28 @@
3030
{"packager": "OpenMono", "name": "monoprog", "version": "MONOPROG_VERSION"}
3131
]
3232
},
33+
{
34+
"name": "OpenMono",
35+
"architecture": "mono",
36+
"version": "1.7.0",
37+
"category": "Contributed",
38+
"help": {
39+
"online": "https://community.openmono.com/category/8/arduino"
40+
},
41+
"url": "https://github.com/getopenmono/arduino_comp/releases/download/1.7.0/mono1.7.0.tar.bz2",
42+
"archiveFileName": "mono1.7.0.tar.bz2",
43+
"checksum": "MD5:3434f2c8ac6db8bab62f1817ad2dc409",
44+
"size": "1909576",
45+
"boards": [
46+
{"name": "Mono Basic"},
47+
{"name": "Mono Wifi"},
48+
{"name": "Mono Maker"}
49+
],
50+
"toolsDependencies": [
51+
{ "packager": "arduino", "name": "arm-none-eabi-gcc", "version": "4.8.3-2014q1" },
52+
{"packager": "OpenMono", "name": "monoprog", "version": "0.9.3.1"}
53+
]
54+
},
3355
{
3456
"name": "OpenMono",
3557
"architecture": "mono",

0 commit comments

Comments
 (0)