mosh-client: Add version 1.3.2 (#3148)

* mosh-client: Add version 1.3.2

* add license
This commit is contained in:
Rashil Gandhi 2022-01-04 10:57:40 +05:30 committed by GitHub
parent 6fc8bfc1d9
commit 4fa5180db1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

29
bucket/mosh-client.json Normal file
View File

@ -0,0 +1,29 @@
{
"version": "1.3.2",
"description": "Windows native port of Mobile Shell (mosh) client.",
"homepage": "https://github.com/jumptrading/mosh-windows-wrappers",
"license": "GPL-3.0-or-later",
"architecture": {
"64bit": {
"url": [
"https://raw.githubusercontent.com/felixse/FluentTerminal/master/Dependencies/MoshExecutables/x64/mosh-client.exe",
"https://raw.githubusercontent.com/felixse/FluentTerminal/master/Dependencies/MoshExecutables/x64/mosh.exe"
],
"hash": [
"5a8d84ff205c6a0711e53b961f909484a892f42648807e52d46d4fa93c05e286",
"851fac844da32d341a240a85f85a01b89e3279578fad84ea3b7935333767bd27"
]
},
"32bit": {
"url": [
"https://raw.githubusercontent.com/felixse/FluentTerminal/master/Dependencies/MoshExecutables/x86/mosh-client.exe",
"https://raw.githubusercontent.com/felixse/FluentTerminal/master/Dependencies/MoshExecutables/x86/mosh.exe"
],
"hash": [
"2b8123f0ddbce9b0cc0fae89d40ab3c2c3c59546f4f1e341941f2b8743d69c18",
"852ffd3803613636105a47572a8d883661c8360aa9d2b778a3f1cd163f1e71f1"
]
}
},
"bin": "mosh.exe"
}