evans: Update to version 0.10.6 (#3531)

This commit is contained in:
tech189 2022-04-28 12:21:58 +01:00 committed by GitHub
parent 19fbb3e0e7
commit b43f5655a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,16 +1,16 @@
{ {
"version": "0.10.4", "version": "0.10.6",
"description": "More expressive gRPC client", "description": "More expressive gRPC client",
"homepage": "https://evans.syfm.me", "homepage": "https://evans.syfm.me",
"license": "MIT", "license": "MIT",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/ktr0731/evans/releases/download/0.10.4/evans_windows_amd64.tar.gz", "url": "https://github.com/ktr0731/evans/releases/download/v0.10.6/evans_windows_amd64.tar.gz",
"hash": "52cbb39e17973a8bdd38445e625a30d60d7674aeb21da944ca3256ee774b1650" "hash": "05eec7e101575c751308ee4f04bb2b3a948ea3382f527dff4bd7b79ff625201c"
}, },
"32bit": { "32bit": {
"url": "https://github.com/ktr0731/evans/releases/download/0.10.4/evans_windows_386.tar.gz", "url": "https://github.com/ktr0731/evans/releases/download/v0.10.6/evans_windows_386.tar.gz",
"hash": "147d47c7b361a137c0a6e52b41d5803c547f49df24308db6480cc798b2513e98" "hash": "6462500b252f75c3567098235d60350f360865edab600b41487f6f5707357e81"
} }
}, },
"bin": "evans.exe", "bin": "evans.exe",
@ -20,10 +20,10 @@
"autoupdate": { "autoupdate": {
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/ktr0731/evans/releases/download/$version/evans_windows_amd64.tar.gz" "url": "https://github.com/ktr0731/evans/releases/download/v$version/evans_windows_amd64.tar.gz"
}, },
"32bit": { "32bit": {
"url": "https://github.com/ktr0731/evans/releases/download/$version/evans_windows_386.tar.gz" "url": "https://github.com/ktr0731/evans/releases/download/v$version/evans_windows_386.tar.gz"
} }
}, },
"hash": { "hash": {