2022-05-19 12:32:24 +00:00

35 lines
1.2 KiB
JSON

{
"version": "2.16.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.16.0/chezmoi_2.16.0_windows_amd64.zip",
"hash": "3fb4d78f5aec86ee23beb23ea4acb2c2f3ab32e532b13252252711b656183e1e"
},
"32bit": {
"url": "https://github.com/twpayne/chezmoi/releases/download/v2.16.0/chezmoi_2.16.0_windows_i386.zip",
"hash": "256806f46432af6a9abb1a6343625bdea83bd90426e0f078c6815053940b2d97"
}
},
"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"
}
},
"hash": {
"url": "$baseurl/checksums.txt",
"regex": "$sha256\\s*$basename"
}
}
}