2025-11-27 00:39:59 +00:00

42 lines
1.6 KiB
JSON

{
"version": "2.67.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.67.1/chezmoi_2.67.1_windows_amd64.zip",
"hash": "9ccbd1712d0be4cb5a21767422d090e585e05b4f470541b9508cbc7a2f304ae8"
},
"32bit": {
"url": "https://github.com/twpayne/chezmoi/releases/download/v2.67.1/chezmoi_2.67.1_windows_i386.zip",
"hash": "886917ebd356152244d10a5ec103769b66a37803706dc711ef19e294aa5c66cd"
},
"arm64": {
"url": "https://github.com/twpayne/chezmoi/releases/download/v2.67.1/chezmoi_2.67.1_windows_arm64.zip",
"hash": "7f3c7106a4df1b7ed0e42cc6c132b8fef8a846568014aeafec9abbc18b2340dc"
}
},
"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"
}
}
}