2022-02-03 16:29:56 +00:00

35 lines
1.2 KiB
JSON

{
"version": "2.11.2",
"description": "Manage your dotfiles across multiple diverse machines, securely.",
"homepage": "https://chezmoi.io",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/twpayne/chezmoi/releases/download/v2.11.2/chezmoi_2.11.2_windows_amd64.zip",
"hash": "6fbe0ff6ad8510f208f4ba04de11a71c9c70e913e48a309ac4d8380a683667c3"
},
"32bit": {
"url": "https://github.com/twpayne/chezmoi/releases/download/v2.11.2/chezmoi_2.11.2_windows_i386.zip",
"hash": "8dce3b52dcd28ffcc517b9ca6f2e21a236b74f9875260c0f1d2e5cc81d5b429e"
}
},
"bin": "chezmoi.exe",
"checkver": {
"github": "https://github.com/twpayne/chezmoi/"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/twpayne/chezmoi/releases/download/v$version/chezmoi_$version_windows_amd64.zip"
},
"32bit": {
"url": "https://github.com/twpayne/chezmoi/releases/download/v$version/chezmoi_$version_windows_i386.zip"
}
},
"hash": {
"url": "$baseurl/checksums.txt",
"regex": "$sha256\\s*$basename"
}
}
}