mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-04 15:51:23 +00:00
35 lines
1.2 KiB
JSON
35 lines
1.2 KiB
JSON
{
|
|
"version": "0.10.9",
|
|
"description": "More expressive gRPC client",
|
|
"homepage": "https://evans.syfm.me",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/ktr0731/evans/releases/download/v0.10.9/evans_windows_amd64.tar.gz",
|
|
"hash": "1e50fd8e060b5aa77ebebbd3daac2675aaa3db305c7f2b4638bbc4d3245b615f"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/ktr0731/evans/releases/download/v0.10.9/evans_windows_386.tar.gz",
|
|
"hash": "097575969446937f8c857525c5b458ce20d330c3f64a4a0757c57a9ae4c10475"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|