2023-06-05 00:34:59 +00:00

42 lines
1.6 KiB
JSON

{
"version": "2.34.0",
"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.34.0/chezmoi_2.34.0_windows_amd64.zip",
"hash": "7f016a08cf0102ba7144a021b51dd5a8ac72fa149cef3b5a0c100cbbf78f0926"
},
"32bit": {
"url": "https://github.com/twpayne/chezmoi/releases/download/v2.34.0/chezmoi_2.34.0_windows_i386.zip",
"hash": "1f482c0662236a3402c8ad117924e4534eb8d98181c96b6e56b336c42bf949c6"
},
"arm64": {
"url": "https://github.com/twpayne/chezmoi/releases/download/v2.34.0/chezmoi_2.34.0_windows_arm64.zip",
"hash": "8159f10f7232b0ce1f1b72ce6f12610621e3fa77861754913e0e8d3a0d0a48a0"
}
},
"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"
}
}
}