Add mls-software-openssh version 7.8p1-1 (#2632)

This commit is contained in:
Chawye Hsu 2018-10-24 00:26:50 +08:00 committed by Richard Kuhnt
parent aa34b0b664
commit 5298a6e50b

33
mls-software-openssh.json Normal file
View File

@ -0,0 +1,33 @@
{
"homepage": "https://www.mls-software.com/opensshd.html",
"description": "A Windows installer package of Openssh for Windows that is actively maintained and current.",
"license": "ISC",
"version": "7.8p1-1",
"url": "https://www.mls-software.com/files/setupssh-7.8p1-1.exe#/dl.7z",
"hash": "sha1:ef12f4c3148e95134614e2dd0a2b71cedb545027",
"post_install": [
"Remove-Item \"$dir\\`$PLUGINSDIR\" -Recurse",
"Remove-Item \"$dir\\`$TEMP\" -Recurse",
"Remove-Item \"$dir\\uninstall.exe\""
],
"bin": [
"bin\\scp.exe",
"bin\\sftp.exe",
"bin\\ssh-add.exe",
"bin\\ssh-agent.exe",
"bin\\ssh-keygen.exe",
"bin\\ssh-keyscan.exe",
"bin\\ssh.exe"
],
"checkver": {
"url": "https://www.mls-software.com/opensshd.html",
"re": "New Version<.*\\n<b>OpenSSH (?<version>[\\d.\\-p]+)<br />"
},
"autoupdate": {
"url": "https://www.mls-software.com/files/setupssh-$version.exe#/dl.7z",
"hash": {
"url": "https://www.mls-software.com/opensshd.html",
"find": "$basename</a.*\\n<.*<small>SHA1=([a-fA-F0-9]+)</small>"
}
}
}