2020-05-04 08:53:52 +02:00

39 lines
1.4 KiB
JSON

{
"version": "0.9.0",
"homepage": "https://evans.syfm.me/",
"description": "Evans: more expressive gRPC client",
"license": "MIT",
"architecture": {
"32bit": {
"url": "https://github.com/ktr0731/evans/releases/download/0.9.0/evans_windows_386.tar.gz",
"hash": "1acab8308eaa9ee91a3d0d6fc30f8ad73bfba3ff55678c10bf03d6b4b922f49e"
},
"64bit": {
"url": "https://github.com/ktr0731/evans/releases/download/0.9.0/evans_windows_amd64.tar.gz",
"hash": "6c483b750c28ea0831b7719f8ee4b8461e58cbf2b68d8527e105c157bb7865fe"
}
},
"bin": "evans.exe",
"checkver": {
"github": "https://github.com/ktr0731/evans"
},
"autoupdate": {
"architecture": {
"32bit": {
"url": "https://github.com/ktr0731/evans/releases/download/$version/evans_windows_386.tar.gz",
"hash": {
"url": "$baseurl/checksums.txt",
"regex": "($sha256)\\s+evans_windows_386.tar.gz"
}
},
"64bit": {
"url": "https://github.com/ktr0731/evans/releases/download/$version/evans_windows_amd64.tar.gz",
"hash": {
"url": "$baseurl/checksums.txt",
"regex": "($sha256)\\s+evans_windows_amd64.tar.gz"
}
}
}
}
}