mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 15:21:18 +00:00
35 lines
1.2 KiB
JSON
35 lines
1.2 KiB
JSON
{
|
|
"version": "0.9.1",
|
|
"description": "More expressive gRPC client",
|
|
"homepage": "https://evans.syfm.me",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/ktr0731/evans/releases/download/0.9.1/evans_windows_amd64.tar.gz",
|
|
"hash": "9d308332dd4018fb47d3cfbcf1469f025516c7b7068b352bf5758be433156de9"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/ktr0731/evans/releases/download/0.9.1/evans_windows_386.tar.gz",
|
|
"hash": "1096b97f2826d6537dcf9714f5117647e235e74a935d6e9dc18be5727d09152b"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|