2025-07-22 20:29:48 +00:00

42 lines
1.6 KiB
JSON

{
"version": "2.63.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.63.1/chezmoi_2.63.1_windows_amd64.zip",
"hash": "eae552b4acafe5de72199b8a15ff2813ce39ebd30ecdb4abddf6890d49bd8ee6"
},
"32bit": {
"url": "https://github.com/twpayne/chezmoi/releases/download/v2.63.1/chezmoi_2.63.1_windows_i386.zip",
"hash": "5f66be143e3c7e07c6ac241db5c43109725c6a233275589b1442cbed318d6656"
},
"arm64": {
"url": "https://github.com/twpayne/chezmoi/releases/download/v2.63.1/chezmoi_2.63.1_windows_arm64.zip",
"hash": "bb230b70583505fc9d6fa8af0f4ba6e12628cfcba3113bddc19df8ef5d80b757"
}
},
"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"
},
"arm64": {
"url": "https://github.com/twpayne/chezmoi/releases/download/v$version/chezmoi_$version_windows_arm64.zip"
}
},
"hash": {
"url": "$baseurl/checksums.txt",
"regex": "$sha256\\s*$basename"
}
}
}