2024-12-30 16:30:47 +00:00

42 lines
1.6 KiB
JSON

{
"version": "2.57.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.57.0/chezmoi_2.57.0_windows_amd64.zip",
"hash": "ad0a72fa552259655270669e444a4a69a83720d1cbb11e7f4ad996b9dbc3b2b3"
},
"32bit": {
"url": "https://github.com/twpayne/chezmoi/releases/download/v2.57.0/chezmoi_2.57.0_windows_i386.zip",
"hash": "e5de4f527c999ef2c419787a871d8d2c96953b40e8852cfa9913c4365acde237"
},
"arm64": {
"url": "https://github.com/twpayne/chezmoi/releases/download/v2.57.0/chezmoi_2.57.0_windows_arm64.zip",
"hash": "3349d120b22ffc8b8163367f3b59225748cac76c38f24d1fffe91e0cfca25b3c"
}
},
"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"
}
}
}