mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-03-02 15:24:43 +00:00
32 lines
1.3 KiB
JSON
32 lines
1.3 KiB
JSON
{
|
|
"version": "0.23.2",
|
|
"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.23.2/resterm_Windows_x86_64.exe#/resterm.exe",
|
|
"hash": "a0b5ec562349db6b4073237c32d82553496453c245f085228d1e6e037ada6019"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/unkn0wn-root/resterm/releases/download/v0.23.2/resterm_Windows_arm64.exe#/resterm.exe",
|
|
"hash": "774f603cbcdd8140dba2defc7ae7f692a35b2e7621a8ae6925612c3bd2d9a169"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|