2023-05-02 16:28:24 +00:00

42 lines
1.6 KiB
JSON

{
"version": "2.33.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.33.4/chezmoi_2.33.4_windows_amd64.zip",
"hash": "e201ea2f7cec4bc7260b8d718da07e1bf4116e43efa1768c4128d0452801dab9"
},
"32bit": {
"url": "https://github.com/twpayne/chezmoi/releases/download/v2.33.4/chezmoi_2.33.4_windows_i386.zip",
"hash": "1bdad868c0c7acbb79215b24d361390747c15f519f9939754f487e84f4abb3cd"
},
"arm64": {
"url": "https://github.com/twpayne/chezmoi/releases/download/v2.33.4/chezmoi_2.33.4_windows_arm64.zip",
"hash": "a0ea45d0a8d9efc7cc2756c333cf4c177ef47b69d681285e064e1da62ee2c826"
}
},
"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"
}
}
}