mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 23:01:19 +00:00
42 lines
1.6 KiB
JSON
42 lines
1.6 KiB
JSON
{
|
|
"version": "2.25.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.25.0/chezmoi_2.25.0_windows_amd64.zip",
|
|
"hash": "1869cdd0b2913cf1619f25455c92f63d9f40f2b0c7b3c84b10b9f4804b911a40"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/twpayne/chezmoi/releases/download/v2.25.0/chezmoi_2.25.0_windows_i386.zip",
|
|
"hash": "c6a2697ae04de33b47a7568ae2fc349e01af4e20c2e056bf067d7d3db410c973"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/twpayne/chezmoi/releases/download/v2.25.0/chezmoi_2.25.0_windows_arm64.zip",
|
|
"hash": "d45714a4218f46c191f2f58c5d092bc04131ed8abbfdd7c34b4c599ffac61628"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|