mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 14:51:18 +00:00
35 lines
1.2 KiB
JSON
35 lines
1.2 KiB
JSON
{
|
|
"version": "0.10.0",
|
|
"description": "More expressive gRPC client",
|
|
"homepage": "https://evans.syfm.me",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/ktr0731/evans/releases/download/0.10.0/evans_windows_amd64.tar.gz",
|
|
"hash": "36d31e45427e17601ca7bc57a980ecdcd678c611918b390a9c7cb5ed132d756d"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/ktr0731/evans/releases/download/0.10.0/evans_windows_386.tar.gz",
|
|
"hash": "37ac38a6d35307ae62905fff34820a94fee9cd21a4f75c35955ee5a63ca4a089"
|
|
}
|
|
},
|
|
"bin": "evans.exe",
|
|
"checkver": {
|
|
"github": "https://github.com/ktr0731/evans"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/ktr0731/evans/releases/download/$version/evans_windows_amd64.tar.gz"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/ktr0731/evans/releases/download/$version/evans_windows_386.tar.gz"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$baseurl/checksums.txt",
|
|
"regex": "$sha256\\s+$basename"
|
|
}
|
|
}
|
|
}
|