2026-02-11 12:35:52 +00:00

42 lines
1.6 KiB
JSON

{
"version": "2.69.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.69.4/chezmoi_2.69.4_windows_amd64.zip",
"hash": "3c6f541f140eabb1a6818ee87c94e806193d2980bfbde94832055a49a7bba573"
},
"32bit": {
"url": "https://github.com/twpayne/chezmoi/releases/download/v2.69.4/chezmoi_2.69.4_windows_i386.zip",
"hash": "3649a301ae74c8853102387575a828209d0c39e0b8ec480c30d249a65111428b"
},
"arm64": {
"url": "https://github.com/twpayne/chezmoi/releases/download/v2.69.4/chezmoi_2.69.4_windows_arm64.zip",
"hash": "9b96ce16151afb9c08dd32969003fa4a1613bdf2ad0a695b229921a38aa8cf3c"
}
},
"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"
}
}
}