mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 15:21:18 +00:00
* dotter: Add version 0.12.6 * dotter@0.12.6: Fix description Co-authored-by: Issac Lin <issaclin32@gmail.com> * dotter@0.12.6: Add note for usage * move 'notes' up Co-authored-by: Issac Lin <issaclin32@gmail.com>
23 lines
781 B
JSON
23 lines
781 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|