2023-07-30 16:25:58 +00:00

42 lines
1.6 KiB
JSON

{
"version": "2.36.1",
"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.36.1/chezmoi_2.36.1_windows_amd64.zip",
"hash": "5505e99da4dc2bd6865e6ffe1bcad58e0f597f626716af346665234b6989cb53"
},
"32bit": {
"url": "https://github.com/twpayne/chezmoi/releases/download/v2.36.1/chezmoi_2.36.1_windows_i386.zip",
"hash": "063796b89f2ea7e078678c5d2c253fd8e094a597f77b243bd1b90b9e5db61af7"
},
"arm64": {
"url": "https://github.com/twpayne/chezmoi/releases/download/v2.36.1/chezmoi_2.36.1_windows_arm64.zip",
"hash": "6de26fe35a18635bdfa24e0a31329f2d371bd294523ea26dba48420c8b3ba11a"
}
},
"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"
}
}
}