From 11a1c580ed83e1da635d97a76f2055a059accfe9 Mon Sep 17 00:00:00 2001 From: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com> Date: Mon, 20 Sep 2021 17:42:43 +0530 Subject: [PATCH] dotter: Add version 0.12.6 (#2695) * dotter: Add version 0.12.6 * dotter@0.12.6: Fix description Co-authored-by: Issac Lin * dotter@0.12.6: Add note for usage * move 'notes' up Co-authored-by: Issac Lin --- bucket/dotter.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 bucket/dotter.json diff --git a/bucket/dotter.json b/bucket/dotter.json new file mode 100644 index 0000000000..226b508f56 --- /dev/null +++ b/bucket/dotter.json @@ -0,0 +1,22 @@ +{ + "version": "0.12.6", + "description": "Dotfile manager and templater", + "homepage": "https://github.com/SuperCuber/dotter", + "license": "Unlicense", + "notes": "To set up dotter, check instructions on 'https://github.com/SuperCuber/dotter/wiki/Setup-and-Configuration'", + "architecture": { + "64bit": { + "url": "https://github.com/SuperCuber/dotter/releases/download/v0.12.6/dotter.exe", + "hash": "a1964f7982851b48fd585894d9e813a1c054a8ac402119e7296bbe1a67887bf9" + } + }, + "bin": "dotter.exe", + "checkver": "github", + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/SuperCuber/dotter/releases/download/v$version/dotter.exe" + } + } + } +}