Skip to content

Commit a0b9206

Browse files
Update for x10-cm11-adapter v0.6.5 for gateway v2.0.0+. (#1493)
* Update for x10-cm11-adapter v0.6.5 for gateway v2.0.0+. * Changes from review: Make version more specific to 2.0.0-beta.1. * Changes from the review: Checks did not pass the "-beta.1", so reduced minimum version to 1.0.0. * Rebuilt the addon package v0.6.6 with the version lowered to match 1.0.0 in the addon list.
1 parent cd9a924 commit a0b9206

File tree

1 file changed

+48
-0
lines changed

1 file changed

+48
-0
lines changed

addons/x10-cm11-adapter.json

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,54 @@
198198
"min": "0.10.0",
199199
"max": "*"
200200
}
201+
},
202+
{
203+
"architecture": "linux-arm",
204+
"language": {
205+
"name": "nodejs",
206+
"versions": [
207+
"115"
208+
]
209+
},
210+
"version": "0.6.6",
211+
"url": "https://github.com/AlanDThiessen/x10-cm11-adapter/releases/download/v0.6.6/x10-cm11-adapter-0.6.6-linux-arm-v20.tgz",
212+
"checksum": "3d5cdc5a26bfcb109ee122d5bba45a7e3985e2e992a7f45fcca0cf055f6e8099",
213+
"gateway": {
214+
"min": "1.0.0",
215+
"max": "*"
216+
}
217+
},
218+
{
219+
"architecture": "linux-arm64",
220+
"language": {
221+
"name": "nodejs",
222+
"versions": [
223+
"115"
224+
]
225+
},
226+
"version": "0.6.6",
227+
"url": "https://github.com/AlanDThiessen/x10-cm11-adapter/releases/download/v0.6.6/x10-cm11-adapter-0.6.6-linux-arm64-v20.tgz",
228+
"checksum": "c605ba2df3a2009e9d49d982e6f9e6920af56eec3ac56be5e970db3d470727bb",
229+
"gateway": {
230+
"min": "1.0.0",
231+
"max": "*"
232+
}
233+
},
234+
{
235+
"architecture": "linux-x64",
236+
"language": {
237+
"name": "nodejs",
238+
"versions": [
239+
"115"
240+
]
241+
},
242+
"version": "0.6.6",
243+
"url": "https://github.com/AlanDThiessen/x10-cm11-adapter/releases/download/v0.6.6/x10-cm11-adapter-0.6.6-linux-x64-v20.tgz",
244+
"checksum": "9edadcff31941d65973f6eb1a69a87cf5992f8e7495cf2f88fc82881fb249996",
245+
"gateway": {
246+
"min": "1.0.0",
247+
"max": "*"
248+
}
201249
}
202250
]
203251
}

0 commit comments

Comments
 (0)