2023-03-24 04:29:23 +00:00

42 lines
1.6 KiB
JSON

{
"version": "2.33.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.33.0/chezmoi_2.33.0_windows_amd64.zip",
"hash": "c4d9b3f3232881bec9da3242aff094d3197a06e515def9d18d23758a6fa3d2d7"
},
"32bit": {
"url": "https://github.com/twpayne/chezmoi/releases/download/v2.33.0/chezmoi_2.33.0_windows_i386.zip",
"hash": "714f309332155e575be613356d2db31b4695a09ab772e2c1956a7fbd3d2d38c1"
},
"arm64": {
"url": "https://github.com/twpayne/chezmoi/releases/download/v2.33.0/chezmoi_2.33.0_windows_arm64.zip",
"hash": "3277b43a223f42100436c5bc70e61c30c87196bedaddc91741f0319e36b4ca5b"
}
},
"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"
}
}
}