Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 0 additions & 20 deletions contracts/hw.device-type/via-vab820-quad/contract.json

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
{
"slug": "etcher",
"type": "sw.image-writer",
"type": "sw.blob",
"name": "Etcher for macOS",
"version": "1.1.2",
"version": "1",
"componentVersion": "1.1.2",
"assets": {
"bin": {
"url": "https://github.com/resin-io/etcher/releases/download/v{{version}}/Etcher-{{version}}.dmg",
"url": "https://github.com/resin-io/etcher/releases/download/v{{componentVersion}}/Etcher-{{version}}.dmg",
"checksum": "b562c7ff89e0de86003ee1cc14a1ee08ab5988a543b6e22235fe3773a48074a4",
"checksumType": "sha256"
}
Expand Down
1 change: 1 addition & 0 deletions contracts/sw.blob/etcher/download.tpl
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[Download {{sw.blob.image-writer.name}} v{{sw.blob.image-writer.version}}]({{sw.blob.image-writer.assets.bin.url}})
14 changes: 14 additions & 0 deletions contracts/sw.blob/supervisor/contract.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"slug": "supervisor",
"type": "sw.blob",
"name": "Resin supervisor",
"version": "1",
"componentVersion": "7.5.6",
"assets": {
"bin": {
"url": "https://github.com/resin-io/resin-supervisor/archive/v{{componentVersion}}.tar.gz",
"checksum": "b562c7ff89e0de86003ee1cc14a1ee08ab5988a543b6e22235fe3773a48074a4",
"checksumType": "sha256"
}
}
}
1 change: 0 additions & 1 deletion contracts/sw.image-writer/download.tpl

This file was deleted.