From 3a6a6642fa2224bc352d42a46e4f683cda98b082 Mon Sep 17 00:00:00 2001 From: "Nikolai V. Chr" Date: Wed, 17 Jan 2018 04:19:48 +0100 Subject: [PATCH] Create Autinn json (#182) Just a couple of small modules. :) --- plugins/Autinn.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 plugins/Autinn.json diff --git a/plugins/Autinn.json b/plugins/Autinn.json new file mode 100644 index 00000000..f331ce19 --- /dev/null +++ b/plugins/Autinn.json @@ -0,0 +1,19 @@ +{ + "slug": "Autinn", + "name": "Autinn", + "author": "Nikolai V. Chr.", + "license": "proprietary", + "version": "0.5.1.15", + "homepage": "https://github.com/NikolaiVChr/Autinn", + "manual": "https://github.com/NikolaiVChr/Autinn/blob/master/README.md", + "downloads": { + "win": { + "download": "https://github.com/NikolaiVChr/Autinn/releases/download/v0.5.1.15/Autinn-0.5.1.15-win.zip", + "sha256": "3e56560764e212eca1938f13f46868018fce97dc77dc87c606fd6a13d82afd8e" + }, + "lin": { + "download": "https://github.com/NikolaiVChr/Autinn/releases/download/v0.5.1.15/Autinn-0.5.1.15-lin.zip", + "sha256": "6e3c709e0652ada3fd4b72c701f0d7dfe47b433f38e80ec693fe59cca1133eb8" + } + } +}