mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-25 04:55:17 +00:00
42 lines
1.6 KiB
JSON
42 lines
1.6 KiB
JSON
{
|
|
"version": "2.42.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.42.0/chezmoi_2.42.0_windows_amd64.zip",
|
|
"hash": "37802b974d396756edf9d915451d63ebd2f8c4083d0c94759ea6ca8353e687db"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/twpayne/chezmoi/releases/download/v2.42.0/chezmoi_2.42.0_windows_i386.zip",
|
|
"hash": "cf8403cc35b16be3a0fbfa8266978aff1a9e8bf0b917968e027454f955e2dac2"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/twpayne/chezmoi/releases/download/v2.42.0/chezmoi_2.42.0_windows_arm64.zip",
|
|
"hash": "d583deeab2fbe9eb46efef4b0752635158dd2db87ac16849d1f1d42f993a0346"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|