1
0
Fork 0

Add sshs to scoop bucket

This commit is contained in:
Sam Therapy 2023-04-23 20:41:52 +02:00
parent bfe54b64a3
commit 6fa211605e
Signed by: sam
GPG Key ID: 4D8B07C18F31ACBD
1 changed files with 23 additions and 0 deletions

23
bucket/sshs.json Normal file
View File

@ -0,0 +1,23 @@
{
"version": "3.4.0",
"architecture": {
"32bit": {
"url": "https://github.com/quantumsheep/sshs/releases/download/3.4.0/sshs-windows-386.exe",
"bin": [
"sshs.exe"
],
"hash": "b7888dd52ee005f069552bb88656be0a6a1cb189f88ff86e359850c4d9c19d24"
},
"64bit": {
"url": "https://github.com/quantumsheep/sshs/releases/download/3.4.0/sshs-windows-amd64.exe",
"bin": [
"sshs.exe"
],
"hash": "9a8e6aa7ce8032b0f836b171f4ee67b33053936b6016b907b46f92206eee5f87"
}
},
"homepage": "https://github.com/quantumsheep/sshs",
"checkver": "github",
"license": "MIT",
"description": "Terminal user interface for SSH"
}