mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
35 lines
1.2 KiB
JSON
35 lines
1.2 KiB
JSON
{
|
|
"version": "2.18.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.18.0/chezmoi_2.18.0_windows_amd64.zip",
|
|
"hash": "c83f50fa14029e093b229f09bd1aad6ae1f05d3571cfb10b0bc9f97430b0e340"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/twpayne/chezmoi/releases/download/v2.18.0/chezmoi_2.18.0_windows_i386.zip",
|
|
"hash": "cabcb8b3e21e5676799d31fd0b62141d476da6e96477ecab8a84f42f63fdfe1e"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$baseurl/checksums.txt",
|
|
"regex": "$sha256\\s*$basename"
|
|
}
|
|
}
|
|
}
|