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