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" + } + } + } +}