From 2142f139e67906c608cf51f7c0ffa407c57c2a5c Mon Sep 17 00:00:00 2001 From: Kied T Llaentenn <32681240+Kiedtl@users.noreply.github.com> Date: Fri, 1 Feb 2019 12:20:51 -0500 Subject: [PATCH] Add genact version 0.6.0 (#3035) Co-Authored-By: Kiedtl <32681240+Kiedtl@users.noreply.github.com> --- genact.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 genact.json diff --git a/genact.json b/genact.json new file mode 100644 index 0000000000..227c203ed4 --- /dev/null +++ b/genact.json @@ -0,0 +1,16 @@ +{ + "homepage": "https://github.com/svenstaro/genact/", + "description": "A nonsense activity generator", + "license": { + "identifier": "MIT", + "url": "https://raw.githubusercontent.com/svenstaro/genact/master/LICENSE" + }, + "version": "0.6.0", + "url": "https://github.com/svenstaro/genact/releases/download/0.6.0/genact-win.exe#/genact.exe", + "hash": "sha256:4c48af34893554a8ddf00b2998843c760319a4d28324963853c583c13f6adb1a", + "bin": "genact.exe", + "checkver": "github", + "autoupdate": { + "url": "https://github.com/svenstaro/genact/releases/download/$version/genact-win.exe#/genact.exe" + } +}