2024-01-03 00:32:18 +00:00

42 lines
1.6 KiB
JSON

{
"version": "2.43.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.43.0/chezmoi_2.43.0_windows_amd64.zip",
"hash": "e7aaeee00e7fbe3bc9ac9aff1bfbd42d7c15bfc7216a3f0173cc15a313d249b7"
},
"32bit": {
"url": "https://github.com/twpayne/chezmoi/releases/download/v2.43.0/chezmoi_2.43.0_windows_i386.zip",
"hash": "1544d1f1be644019031d7232435cd8d9ed5767f06257964ad78e5afa15a87192"
},
"arm64": {
"url": "https://github.com/twpayne/chezmoi/releases/download/v2.43.0/chezmoi_2.43.0_windows_arm64.zip",
"hash": "7f2a4bbd554692f73c63edcfc34fee55168d29f35998d38790348044166497c9"
}
},
"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"
}
}
}