2025-05-07 00:39:18 +00:00

42 lines
1.6 KiB
JSON

{
"version": "2.62.3",
"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.3/chezmoi_2.62.3_windows_amd64.zip",
"hash": "3b8a45f079e120007e8e6085b0df1a86201b90ada0dc24a1bd92969b3b874bf5"
},
"32bit": {
"url": "https://github.com/twpayne/chezmoi/releases/download/v2.62.3/chezmoi_2.62.3_windows_i386.zip",
"hash": "0336984195edddb2f54b812467f8e7459d1001bf5436e93f93d581124190714f"
},
"arm64": {
"url": "https://github.com/twpayne/chezmoi/releases/download/v2.62.3/chezmoi_2.62.3_windows_arm64.zip",
"hash": "cb57adbade7b0541803cfedc70d71fe8f32d8d5fc98e7b343eac31922df5f022"
}
},
"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"
}
}
}