2024-08-15 16:28:57 +00:00

42 lines
1.6 KiB
JSON

{
"version": "2.52.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.52.1/chezmoi_2.52.1_windows_amd64.zip",
"hash": "1acc4ea2de94173d6aeedd2f531d72356db3a9484f786d3183e8216c6f32f23e"
},
"32bit": {
"url": "https://github.com/twpayne/chezmoi/releases/download/v2.52.1/chezmoi_2.52.1_windows_i386.zip",
"hash": "971a1b4ca39626991e4ea96356a242102176a5d97898cf438b28629f169fd949"
},
"arm64": {
"url": "https://github.com/twpayne/chezmoi/releases/download/v2.52.1/chezmoi_2.52.1_windows_arm64.zip",
"hash": "c0249e10db6d1a19e08fac03396d55e6210724f1985f4c1853f13dd6100ff41f"
}
},
"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"
}
}
}