mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-09 05:05:12 +00:00
42 lines
1.6 KiB
JSON
42 lines
1.6 KiB
JSON
{
|
|
"version": "2.35.2",
|
|
"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.35.2/chezmoi_2.35.2_windows_amd64.zip",
|
|
"hash": "6352d79389abf6b10253289d827b22bb52d447dadffe5e859335fc96e41a93e1"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/twpayne/chezmoi/releases/download/v2.35.2/chezmoi_2.35.2_windows_i386.zip",
|
|
"hash": "dcec482c6554a36ee5c5142aa65e75e4212d714d1cea0ca0cd6ed50d56189004"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/twpayne/chezmoi/releases/download/v2.35.2/chezmoi_2.35.2_windows_arm64.zip",
|
|
"hash": "a79919feed25aad30c31f0c6c8fa4bf0ad2732026ad4103597289511b25ce58b"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|