2023-02-11 20:25:47 +00:00

42 lines
1.6 KiB
JSON

{
"version": "2.30.1",
"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.30.1/chezmoi_2.30.1_windows_amd64.zip",
"hash": "e93be9237cd3e5094574dc3ff62bf087352eafdd99bfb12f2871905333fcc516"
},
"32bit": {
"url": "https://github.com/twpayne/chezmoi/releases/download/v2.30.1/chezmoi_2.30.1_windows_i386.zip",
"hash": "54980108ec47a48360880bba59f431e9e9770b5ac21e730c42332d46948a1f22"
},
"arm64": {
"url": "https://github.com/twpayne/chezmoi/releases/download/v2.30.1/chezmoi_2.30.1_windows_arm64.zip",
"hash": "6f520753d39264438cf9e436abc4c06c259b056657ec079a65eb4869bca82dcb"
}
},
"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"
}
}
}