Skip to content

Commit 7aff605

Browse files
committed
resterm: Add version 0.19.1
1 parent 62976ec commit 7aff605

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

bucket/resterm.json

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
{
2+
"version": "0.19.1",
3+
"description": "Terminal API client for HTTP/GraphQL/gRPC with support for SSH tunnels, WebSockets, SSE, workflows, profiling, OpenAPI and response diffs.",
4+
"homepage": "https://github.com/unkn0wn-root/resterm",
5+
"license": "Apache-2.0",
6+
"architecture": {
7+
"64bit": {
8+
"url": "https://github.com/unkn0wn-root/resterm/releases/download/v0.19.1/resterm_Windows_x86_64.exe#/resterm.exe",
9+
"hash": "a12ff4199dc0c26059ce3f52b5ab985043ef174ca805e30d0ecbc85cb179ed16"
10+
},
11+
"arm64": {
12+
"url": "https://github.com/unkn0wn-root/resterm/releases/download/v0.19.1/resterm_Windows_arm64.exe#/resterm.exe",
13+
"hash": "2e3e5c5125e69568ffefbc2b47d4cc1bbe38420354bb116b72173a11e8442489"
14+
}
15+
},
16+
"bin": "resterm.exe",
17+
"checkver": "github",
18+
"autoupdate": {
19+
"architecture": {
20+
"64bit": {
21+
"url": "https://github.com/unkn0wn-root/resterm/releases/download/v$version/resterm_Windows_x86_64.exe#/resterm.exe"
22+
},
23+
"arm64": {
24+
"url": "https://github.com/unkn0wn-root/resterm/releases/download/v$version/resterm_Windows_arm64.exe#/resterm.exe"
25+
}
26+
}
27+
}
28+
}

0 commit comments

Comments
 (0)