update devd 0.7 and add autoupdate

This commit is contained in:
Rémy 2017-01-07 21:55:31 +01:00
parent 70f02ebdd9
commit cbb45597d3

View File

@ -1,12 +1,16 @@
{ {
"version": "v0.5", "homepage": "http://corte.si/posts/devd/intro/index.html",
"license": "https://github.com/cortesi/devd/blob/master/LICENSE", "license": "https://github.com/cortesi/devd/blob/master/LICENSE",
"url": "https://github.com/cortesi/devd/releases/download/v0.5/devd-0.5-windows64.zip", "version": "0.7",
"homepage": "http://corte.si/posts/devd/intro/index.html", "url": "https://github.com/cortesi/devd/releases/download/v0.7/devd-0.7-windows64.zip",
"hash": "c8d2e728ecdb6b5c863a37527f1517b29c25aca4f5286be9bade2f81ee784e8c", "hash": "b5a513c89f9fd6fed0984d7cc65bd5c8a1754e2304813135b44443a3ab30ded3",
"extract_dir": "devd-0.5-windows64", "extract_dir": "devd-0.7-windows64",
"bin": "devd.exe", "bin": "devd.exe",
"checkver": { "checkver": {
"github": "https://github.com/cortesi/devd" "github": "https://github.com/cortesi/devd"
},
"autoupdate": {
"url": "https://github.com/cortesi/devd/releases/download/v$version/devd-$version-windows64.zip",
"extract_dir": "devd-$version-windows64"
} }
} }