2022-10-31 16:31:41 +00:00

42 lines
1.6 KiB
JSON

{
"version": "2.26.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.26.0/chezmoi_2.26.0_windows_amd64.zip",
"hash": "67f99691a52050bc1881ed778ad65075e4e5dcd17c883c55ccebfbbf51a46f86"
},
"32bit": {
"url": "https://github.com/twpayne/chezmoi/releases/download/v2.26.0/chezmoi_2.26.0_windows_i386.zip",
"hash": "d53786b8237ff0c312732b7e4843d7e75607873ea27bf954199a40d251710af4"
},
"arm64": {
"url": "https://github.com/twpayne/chezmoi/releases/download/v2.26.0/chezmoi_2.26.0_windows_arm64.zip",
"hash": "ac17ca4e29d74362860a50c9c8065da4d3873bc16882dea5b66f9d9e7031a12c"
}
},
"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"
}
}
}