mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-02-28 22:34:41 +00:00
32 lines
1.3 KiB
JSON
32 lines
1.3 KiB
JSON
{
|
|
"version": "0.21.5",
|
|
"description": "Terminal API client for HTTP/GraphQL/gRPC with support for SSH tunnels, WebSockets, SSE, workflows, profiling, OpenAPI and response diffs.",
|
|
"homepage": "https://github.com/unkn0wn-root/resterm",
|
|
"license": "Apache-2.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/unkn0wn-root/resterm/releases/download/v0.21.5/resterm_Windows_x86_64.exe#/resterm.exe",
|
|
"hash": "168dfc210f9765a8a40c93eae1bb34c25b7bae27496a182a521b36d324ccac9a"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/unkn0wn-root/resterm/releases/download/v0.21.5/resterm_Windows_arm64.exe#/resterm.exe",
|
|
"hash": "b75aeac66e338b6f90a6e6eec02c30218ff02d00beb7a8ac779df6bac3a2a8c1"
|
|
}
|
|
},
|
|
"bin": "resterm.exe",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/unkn0wn-root/resterm/releases/download/v$version/resterm_Windows_x86_64.exe#/resterm.exe"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/unkn0wn-root/resterm/releases/download/v$version/resterm_Windows_arm64.exe#/resterm.exe"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$url.sha256"
|
|
}
|
|
}
|
|
}
|