From 217898e03e038bec31d128df664a2e1c36fd8991 Mon Sep 17 00:00:00 2001 From: "Nikolai V. Chr" Date: Tue, 6 Feb 2018 23:09:15 +0100 Subject: [PATCH 1/2] Update Autinn to 0.5.21 Thanks to Autodafe there is now a mac binary. :) --- plugins/Autinn.json | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/plugins/Autinn.json b/plugins/Autinn.json index dbbf787d..43719b28 100644 --- a/plugins/Autinn.json +++ b/plugins/Autinn.json @@ -3,17 +3,22 @@ "name": "Autinn", "author": "Nikolai V. Chr.", "license": "proprietary", - "version": "0.5.1.18", + "version": "0.5.21", "homepage": "https://github.com/NikolaiVChr/Autinn", + "donation": "https://www.paypal.me/autinn", "manual": "https://github.com/NikolaiVChr/Autinn/blob/master/README.md", "downloads": { "win": { - "download": "https://github.com/NikolaiVChr/Autinn/releases/download/v0.5.1.18/Autinn-0.5.1.18-win.zip", - "sha256": "6898172d6efb0d850d6802dcc923034fbe19fea6abbde8d6412a1478faaeb700" + "download": "https://github.com/NikolaiVChr/Autinn/releases/download/v0.5.21/Autinn-0.5.21-win.zip", + "sha256": "55bb8da474377a512cb0c17cee814ece1067c67090c6bee601ca07b308f29394" }, "lin": { - "download": "https://github.com/NikolaiVChr/Autinn/releases/download/v0.5.1.18/Autinn-0.5.1.18-lin.zip", - "sha256": "581a305bb98bcb500a9170fddef87a1191a6fbde0fbb41f6967bab8d0ecd561f" + "download": "https://github.com/NikolaiVChr/Autinn/releases/download/v0.5.21/Autinn-0.5.21-lin.zip", + "sha256": "9859ee13e5567664f1e7867e4957dbae3379e2293a98d00bbde0efa3de9d237e" + }, + "mac": { + "download": "https://github.com/NikolaiVChr/Autinn/releases/download/v0.5.21/Autinn-0.5.21-mac.zip", + "sha256": "b7e368302bdb50e4f4c1561a0a1d7bd36fd548037720b884c45a24608aaebb68" } } } From e0dd75794fd2c1ed26ba645e079eea9f45d7607e Mon Sep 17 00:00:00 2001 From: "Nikolai V. Chr" Date: Tue, 6 Feb 2018 23:28:53 +0100 Subject: [PATCH 2/2] Fixed the mac zip being a tar ball --- plugins/Autinn.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/Autinn.json b/plugins/Autinn.json index 43719b28..0c1760b7 100644 --- a/plugins/Autinn.json +++ b/plugins/Autinn.json @@ -18,7 +18,7 @@ }, "mac": { "download": "https://github.com/NikolaiVChr/Autinn/releases/download/v0.5.21/Autinn-0.5.21-mac.zip", - "sha256": "b7e368302bdb50e4f4c1561a0a1d7bd36fd548037720b884c45a24608aaebb68" + "sha256": "8b02237fbc769bfb27e84f3d4e9e9e0c1fdfaa445e63b39140fa1b61ed1b17e0" } } }