From c129e9fdf49d42f759df3212483cc409d1629859 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Wed, 2 May 2018 18:53:10 +0200 Subject: [PATCH] Add blink1-tool version 2.0.0 --- blink1-tool.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 blink1-tool.json diff --git a/blink1-tool.json b/blink1-tool.json new file mode 100644 index 0000000000..ca49725369 --- /dev/null +++ b/blink1-tool.json @@ -0,0 +1,14 @@ +{ + "homepage": "https://blink1.thingm.com/", + "license": "CC-BY-SA-3.0", + "version": "2.0.0", + "url": "https://github.com/todbot/blink1-tool/releases/download/v2.0.0/blink1-tool-v2.0.0-windows-x86_64.zip", + "hash": "83fe61c3b59208e0b632b2343a2762b4a2631e8ed696dcf00245995bc87a3836", + "bin": "blink1-tool.exe", + "checkver": { + "github": "https://github.com/todbot/blink1-tool" + }, + "autoupdate": { + "url": "https://github.com/todbot/blink1-tool/releases/download/v$version/blink1-tool-v$version-windows-x86_64.zip" + } +}