2024-04-13 01:13:30 +00:00

42 lines
1.6 KiB
JSON

{
"version": "2.47.4",
"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.47.4/chezmoi_2.47.4_windows_amd64.zip",
"hash": "b69ee2a31f924a441d8aa2fa8e878cd5f627b3f6efb137681c1c652a74441472"
},
"32bit": {
"url": "https://github.com/twpayne/chezmoi/releases/download/v2.47.4/chezmoi_2.47.4_windows_i386.zip",
"hash": "4beb063c59a32e3e5784629b682fad86fdbe01a18735e3eb536be52839fb0323"
},
"arm64": {
"url": "https://github.com/twpayne/chezmoi/releases/download/v2.47.4/chezmoi_2.47.4_windows_arm64.zip",
"hash": "0f05fe1ac9fcceddf9e7aab7f00a419bd640bfb1d3dc7370dd43271f5c859fd1"
}
},
"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"
}
}
}