2024-10-26 20:26:29 +00:00

42 lines
1.6 KiB
JSON

{
"version": "2.53.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.53.0/chezmoi_2.53.0_windows_amd64.zip",
"hash": "073610bd52f20330b6e3fa10a9fcb23e3b9853e0dea169bb21adcf40050413a6"
},
"32bit": {
"url": "https://github.com/twpayne/chezmoi/releases/download/v2.53.0/chezmoi_2.53.0_windows_i386.zip",
"hash": "a04298ce0ce6d2bfe3305b4d62946a08f3e47e92895c59ed1df8a54fc29d8025"
},
"arm64": {
"url": "https://github.com/twpayne/chezmoi/releases/download/v2.53.0/chezmoi_2.53.0_windows_arm64.zip",
"hash": "c0a4f94d8dd854b7d7378ff5b8b8925470ede5ab6bc13acd4b70ce6878905d99"
}
},
"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"
}
}
}