From cbb45597d3fc500fe37293e5863e1c608a5e4b7c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9my?= Date: Sat, 7 Jan 2017 21:55:31 +0100 Subject: [PATCH] update devd 0.7 and add autoupdate --- devd.json | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/devd.json b/devd.json index e914a5d322..4c03b23990 100644 --- a/devd.json +++ b/devd.json @@ -1,12 +1,16 @@ { - "version": "v0.5", - "license": "https://github.com/cortesi/devd/blob/master/LICENSE", - "url": "https://github.com/cortesi/devd/releases/download/v0.5/devd-0.5-windows64.zip", - "homepage": "http://corte.si/posts/devd/intro/index.html", - "hash": "c8d2e728ecdb6b5c863a37527f1517b29c25aca4f5286be9bade2f81ee784e8c", - "extract_dir": "devd-0.5-windows64", - "bin": "devd.exe", + "homepage": "http://corte.si/posts/devd/intro/index.html", + "license": "https://github.com/cortesi/devd/blob/master/LICENSE", + "version": "0.7", + "url": "https://github.com/cortesi/devd/releases/download/v0.7/devd-0.7-windows64.zip", + "hash": "b5a513c89f9fd6fed0984d7cc65bd5c8a1754e2304813135b44443a3ab30ded3", + "extract_dir": "devd-0.7-windows64", + "bin": "devd.exe", "checkver": { "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" } }