mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-11 06:05:14 +00:00
35 lines
1.2 KiB
JSON
35 lines
1.2 KiB
JSON
{
|
|
"version": "0.10.7",
|
|
"description": "More expressive gRPC client",
|
|
"homepage": "https://evans.syfm.me",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/ktr0731/evans/releases/download/v0.10.7/evans_windows_amd64.tar.gz",
|
|
"hash": "0cc8d020ac39dae4ef48ae983269749a11fa67b13b173a9278452f4a18e7070f"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/ktr0731/evans/releases/download/v0.10.7/evans_windows_386.tar.gz",
|
|
"hash": "46b6e55caa0ac551539349008838a5fbd6106f2cdf2f86f0245fcc1e8be2f4b3"
|
|
}
|
|
},
|
|
"bin": "evans.exe",
|
|
"checkver": {
|
|
"github": "https://github.com/ktr0731/evans"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/ktr0731/evans/releases/download/v$version/evans_windows_amd64.tar.gz"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/ktr0731/evans/releases/download/v$version/evans_windows_386.tar.gz"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$baseurl/checksums.txt",
|
|
"regex": "$sha256\\s+$basename"
|
|
}
|
|
}
|
|
}
|