Skip to content

Commit

Permalink
sshs: Add version 4.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Suyun114 committed May 14, 2024
1 parent c924afe commit 3fbd499
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 1 deletion.
31 changes: 31 additions & 0 deletions bucket/sshs.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"version": "4.3.0",
"description": "Terminal user interface for SSH",
"homepage": "https://github.com/quantumsheep/sshs",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/quantumsheep/sshs/releases/download/4.3.0/sshs-windows-amd64.exe#/sshs.exe",
"hash": "8ad8db75e0946e5574e5c9fe590ab4f52c03e2ef91e05a3327145c5572d72fb6"
},
"arm64": {
"url": "https://github.com/quantumsheep/sshs/releases/download/4.3.0/sshs-windows-arm64.exe#/sshs.exe",
"hash": "09d2371ee8a606a99b21203645aa9cfca24bb97677b448f0cdc44ed29168e846"
}
},
"bin": "sshs.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/quantumsheep/sshs/releases/download/$version/sshs-windows-amd64.exe#sshs.exe"
},
"arm64": {
"url": "https://github.com/quantumsheep/sshs/releases/download/$version/sshs-windows-arm64.exe#sshs.exe"
}
},
"hash": {
"url": "$url.sha256"
}
}
}
2 changes: 1 addition & 1 deletion bucket/ultravnc.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "UltraVNC Server and Viewer can display the screen of one computer (Server) on the screen of another (Viewer).",
"homepage": "https://uvnc.com",
"license": "GPL-3.0-or-later",
"url": "https://uvnc.com/component/jdownloads/send/0-/459-ultravnc-1-4-35-bin-zip.html?Itemid=0#/dl.zip",
"url": "https://uvnc.eu/download/1436/UltraVNC_1436.zip#/dl.zip",
"hash": "b5135801deacafc3edcbcc6cd77be2d892a55b62691d776a42db7e781485e600",
"architecture": {
"64bit": {
Expand Down

0 comments on commit 3fbd499

Please sign in to comment.