Skip to content

Commit

Permalink
Added supervisor contract under sw.blob.os-supervisor.
Browse files Browse the repository at this point in the history
Moved etcher contract under sw.blob.image-writer

Change-type: minor
  • Loading branch information
Giovanni Garufi committed May 28, 2018
1 parent bb39871 commit e18459c
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 4 deletions.
1 change: 1 addition & 0 deletions contracts/sw.blob/image-writer/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}})
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
{
"slug": "etcher",
"type": "sw.image-writer",
"type": "sw.blob.image-writer",
"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
14 changes: 14 additions & 0 deletions contracts/sw.blob/os-supervisor/supervisor/contract.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"slug": "supervisor",
"type": "sw.supervisor",
"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.

0 comments on commit e18459c

Please sign in to comment.