autossh: Add version 1.4g (#3225)

* autossh: Add version 1.4g

* use arch block

* remove checkver, autoupdate

* add bin
This commit is contained in:
Issac Lin 2022-01-21 16:46:41 +08:00 committed by GitHub
parent 8dfc8bf933
commit da47f71703
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

19
bucket/autossh.json Normal file
View File

@ -0,0 +1,19 @@
{
"version": "1.4g",
"description": "Automatically restart SSH sessions and tunnels, in case they drop.",
"homepage": "https://www.harding.motd.ca/autossh/",
"license": "MIT",
"architecture": {
"64bit": {
"url": [
"https://github.com/jazzl0ver/autossh/releases/download/1.4g/autossh.exe",
"https://github.com/jazzl0ver/autossh/releases/download/1.4g/msys-2.0.dll"
],
"hash": [
"b05e9599fa6e9ff9d2a57e141bdca0eb7f5829e8fd67e37e878863a4fd46469f",
"462fcdec4f2e390d806e2cc21874db208645d69bf9d70a1d0f4981164569db79"
]
}
},
"bin": "autossh.exe"
}