2024-01-14 04:27:04 +00:00

42 lines
1.6 KiB
JSON

{
"version": "2.45.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.45.0/chezmoi_2.45.0_windows_amd64.zip",
"hash": "ace0af07193a135f6ea68ec629aae7fecc038d6f429153b307235c79b2db03d0"
},
"32bit": {
"url": "https://github.com/twpayne/chezmoi/releases/download/v2.45.0/chezmoi_2.45.0_windows_i386.zip",
"hash": "d910dc71f256463b6ea04895ac9b85953c8dc0cbebd9111ce3529d2013d3e3ce"
},
"arm64": {
"url": "https://github.com/twpayne/chezmoi/releases/download/v2.45.0/chezmoi_2.45.0_windows_arm64.zip",
"hash": "9def14d5a43a36ab11af65b7dad8619b4e938b0521b22926ed62fb5db16e47b9"
}
},
"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"
}
}
}