mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-30 20:44:27 +00:00
35 lines
1.2 KiB
JSON
35 lines
1.2 KiB
JSON
{
|
|
"version": "2.18.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.18.1/chezmoi_2.18.1_windows_amd64.zip",
|
|
"hash": "ec3d2d3aac5de77d67fea33cc9271fdc9cf2853e762f086340d26da96282e644"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/twpayne/chezmoi/releases/download/v2.18.1/chezmoi_2.18.1_windows_i386.zip",
|
|
"hash": "fead2c8a696ff1086e445d6bd9dc4e622ecbfcb7bd9c54a3bc647ed4bdd06f11"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|