2023-10-09 16:27:34 +00:00

42 lines
1.6 KiB
JSON

{
"version": "2.40.2",
"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.40.2/chezmoi_2.40.2_windows_amd64.zip",
"hash": "543a9bcc28a8ee1cae542531b19fc78416c2104f9517721c77e06e62cfec53fc"
},
"32bit": {
"url": "https://github.com/twpayne/chezmoi/releases/download/v2.40.2/chezmoi_2.40.2_windows_i386.zip",
"hash": "05042623a139f0ab8c2a19a6a341b2aa2058c479536afac993a0bb357e553922"
},
"arm64": {
"url": "https://github.com/twpayne/chezmoi/releases/download/v2.40.2/chezmoi_2.40.2_windows_arm64.zip",
"hash": "d789b3d1d4e2089719c7d51ec3134f3c62632b8dc6802563aaf69961c2d6f305"
}
},
"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"
}
}
}