2022-03-10 00:32:55 +00:00

35 lines
1.2 KiB
JSON

{
"version": "2.14.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.14.0/chezmoi_2.14.0_windows_amd64.zip",
"hash": "43df3d55c0bb9408ebfc4e3ba25c9e2f212a97f3fb3cebc174a81b4b4cf036a5"
},
"32bit": {
"url": "https://github.com/twpayne/chezmoi/releases/download/v2.14.0/chezmoi_2.14.0_windows_i386.zip",
"hash": "2b4bdaa2a45df2ab495f88645817ad1d7bc26d4b5f9b4cedb3a884400129850f"
}
},
"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"
}
}
}