resterm: Add version 0.21.2 (#7569)

This commit is contained in:
scillidan 2026-02-06 00:39:12 +08:00 committed by GitHub
parent 9011da906c
commit 1fd48d8c92
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

31
bucket/resterm.json Normal file
View File

@ -0,0 +1,31 @@
{
"version": "0.21.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.21.2/resterm_Windows_x86_64.exe#/resterm.exe",
"hash": "e9ae7d5d32b4fd68cc185148d006197b6c30c77046937e7580acc0c0a9edbdeb"
},
"arm64": {
"url": "https://github.com/unkn0wn-root/resterm/releases/download/v0.21.2/resterm_Windows_arm64.exe#/resterm.exe",
"hash": "f11f38e648e84c2d34b45f2e564428b9d280a561481422e7c879ae1563e6b541"
}
},
"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"
}
}
}