mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-27 22:15:20 +00:00
42 lines
1.6 KiB
JSON
42 lines
1.6 KiB
JSON
{
|
|
"version": "2.62.0",
|
|
"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.62.0/chezmoi_2.62.0_windows_amd64.zip",
|
|
"hash": "2f1983951f18cb6fc5123139ea4a868011b6ab2165f5c79d78ec13b3e1fba9e5"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/twpayne/chezmoi/releases/download/v2.62.0/chezmoi_2.62.0_windows_i386.zip",
|
|
"hash": "02217d10ebae5ccecd0918eaab2510b276b98b870fcbaa2e93db387c7417f20c"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/twpayne/chezmoi/releases/download/v2.62.0/chezmoi_2.62.0_windows_arm64.zip",
|
|
"hash": "57b4f196c2447a1ca6d5fe82cd137d27a4ade5f4fbb82e00cc5b79d9ea0f2648"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|