From 7e8a7dc2324d1d25ff4e9a21b67d12d0b4b0e291 Mon Sep 17 00:00:00 2001 From: Edgar Date: Sun, 19 Jan 2020 16:53:57 +0100 Subject: [PATCH] :sparkles: Added buckaroo --- buckaroo.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 buckaroo.json diff --git a/buckaroo.json b/buckaroo.json new file mode 100644 index 0000000..5c19d9f --- /dev/null +++ b/buckaroo.json @@ -0,0 +1,17 @@ +{ + "checkver": { + "github": "https://github.com/LoopPerfect/buckaroo/" + }, + "autoupdate": { + "url": "https://github.com/LoopPerfect/buckaroo/releases/download/v$version/buckaroo-windows.exe" + }, + "version": "3.0.1", + "url": "https://github.com/LoopPerfect/buckaroo/releases/download/v3.0.1/buckaroo-windows.exe", + "hash": "ad49aab38307b1385ad824f77c438654a196ea2a4ea50ba06b7a2a75f1002443", + "bin": [ + [ + "buckaroo-windows.exe", + "buckaroo" + ] + ] +}