2022-02-15 00:32:59 +00:00

35 lines
1.2 KiB
JSON

{
"version": "2.12.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.12.0/chezmoi_2.12.0_windows_amd64.zip",
"hash": "a53c1c25028234df1824f8d76d4b6aacf2155d450d2b3828ab8b16192fe6ed5e"
},
"32bit": {
"url": "https://github.com/twpayne/chezmoi/releases/download/v2.12.0/chezmoi_2.12.0_windows_i386.zip",
"hash": "266c6be85689ba1f40f0918e20f6cccb464948ce85e81e16261c5de3048eda61"
}
},
"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"
}
}
}