mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
evans: Update to version 0.9.1
This commit is contained in:
parent
2b7a6f294c
commit
f97ffe78e7
@ -1,16 +1,16 @@
|
||||
{
|
||||
"version": "0.9.0",
|
||||
"homepage": "https://evans.syfm.me/",
|
||||
"description": "Evans: more expressive gRPC client",
|
||||
"version": "0.9.1",
|
||||
"description": "More expressive gRPC client",
|
||||
"homepage": "https://evans.syfm.me",
|
||||
"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"
|
||||
"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",
|
||||
@ -19,20 +19,16 @@
|
||||
},
|
||||
"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"
|
||||
}
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user