From 886d932b8314694c6534cf91010c6c1d108d5fd6 Mon Sep 17 00:00:00 2001 From: Marcus Griep Date: Fri, 30 Jun 2017 11:45:47 -0400 Subject: [PATCH] Add Draft (#1573) * Add Draft * draft: fix checkver --- draft.json | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 draft.json diff --git a/draft.json b/draft.json new file mode 100644 index 0000000000..8c215ac5e5 --- /dev/null +++ b/draft.json @@ -0,0 +1,28 @@ +{ + "homepage": "https://github.com/Azure/draft", + "license": "https://github.com/Azure/draft/blob/master/LICENSE", + "version": "0.5.1", + "architecture": { + "64bit": { + "url": "https://github.com/Azure/draft/releases/download/v0.5.1/draft-v0.5.1-windows-amd64.tar.gz", + "hash": "138878137d0efa3a5b2267eeea8cbb125c46a69690f130003ecd4166cc3b7ea5" + } + }, + "extract_dir": "windows-amd64", + "bin": [ + "draft.exe" + ], + "checkver": { + "github": "https://github.com/Azure/draft" + }, + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/Azure/draft/releases/download/v$version/draft-v$version-windows-amd64.tar.gz" + } + }, + "hash": { + "url": "$url.sha256" + } + } +}