2025-05-12 00:41:57 +00:00

42 lines
1.6 KiB
JSON

{
"version": "2.62.4",
"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.62.4/chezmoi_2.62.4_windows_amd64.zip",
"hash": "d16caa6e852115b0ce03376c5ac75a24a15cfe3823e9530801b3e29b37d1eae4"
},
"32bit": {
"url": "https://github.com/twpayne/chezmoi/releases/download/v2.62.4/chezmoi_2.62.4_windows_i386.zip",
"hash": "ef6b082bb33fc73a8bd85fce26a8693c6eac21481b49aaca4f2ee9d43fe0516c"
},
"arm64": {
"url": "https://github.com/twpayne/chezmoi/releases/download/v2.62.4/chezmoi_2.62.4_windows_arm64.zip",
"hash": "b53a138ba2feaffe30f8a11c776b06613ff0baa3fdc841a96aea004f8c8a40fc"
}
},
"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"
}
}
}