mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-17 00:55:15 +00:00
42 lines
1.6 KiB
JSON
42 lines
1.6 KiB
JSON
{
|
|
"version": "2.34.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.34.1/chezmoi_2.34.1_windows_amd64.zip",
|
|
"hash": "db9e6f96d633f5efc6d3935e36683b1dbeed10cd0541f8706ecc292f90402b10"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/twpayne/chezmoi/releases/download/v2.34.1/chezmoi_2.34.1_windows_i386.zip",
|
|
"hash": "fa37972f283066f1f1dbc00e834665aa8178597524ac31d5469f5bc87e795730"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/twpayne/chezmoi/releases/download/v2.34.1/chezmoi_2.34.1_windows_arm64.zip",
|
|
"hash": "095087543bd10a2f31351e271709e269b5c4f9dbaf5c765344c6f0d8c96b5a95"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|