2023-01-20 00:34:40 +00:00

42 lines
1.6 KiB
JSON

{
"version": "2.29.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.29.3/chezmoi_2.29.3_windows_amd64.zip",
"hash": "011d8ad36cc77fc21defd29fccfabc8a71217a7141f97b74498ffde29dc301fc"
},
"32bit": {
"url": "https://github.com/twpayne/chezmoi/releases/download/v2.29.3/chezmoi_2.29.3_windows_i386.zip",
"hash": "fc5a000b3ccd05661ae1f15d6e42025ba74f6397aeff38ce7a6c4103ffad7a78"
},
"arm64": {
"url": "https://github.com/twpayne/chezmoi/releases/download/v2.29.3/chezmoi_2.29.3_windows_arm64.zip",
"hash": "f802fc296af82ddda816dabfccd41bd01e15acc0c32e28b25afdaec4a2b908ce"
}
},
"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"
}
}
}