2022-09-05 00:37:20 +00:00

35 lines
1.2 KiB
JSON

{
"version": "2.22.1",
"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.22.1/chezmoi_2.22.1_windows_amd64.zip",
"hash": "36d6c9ae8619234d38e9586fe5418265734eeb25381755dd3e6b0f9a5defefcf"
},
"32bit": {
"url": "https://github.com/twpayne/chezmoi/releases/download/v2.22.1/chezmoi_2.22.1_windows_i386.zip",
"hash": "c96a714fa5ff02485675a2446433d2b756ab7ec0585b1334d91aa6c0d6906968"
}
},
"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"
}
}
}