2023-11-14 04:25:41 +00:00

42 lines
1.6 KiB
JSON

{
"version": "2.41.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.41.0/chezmoi_2.41.0_windows_amd64.zip",
"hash": "3ceab3146a3be8208760fbbd9073c09b08127c16c4369b7150d2de84a106c46c"
},
"32bit": {
"url": "https://github.com/twpayne/chezmoi/releases/download/v2.41.0/chezmoi_2.41.0_windows_i386.zip",
"hash": "fdd1e99488bbea93b0bcc006f4d4c18933d5de2a255b7d9173dba627e2ef6a9d"
},
"arm64": {
"url": "https://github.com/twpayne/chezmoi/releases/download/v2.41.0/chezmoi_2.41.0_windows_arm64.zip",
"hash": "4b3f72e29a09fd35db1b4314266426672fd90e020d7d48c24f562a2e7784f6ba"
}
},
"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"
}
}
}