diff --git a/mls-software-openssh.json b/mls-software-openssh.json new file mode 100644 index 0000000000..3436fd83a5 --- /dev/null +++ b/mls-software-openssh.json @@ -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<.*\\nOpenSSH (?[\\d.\\-p]+)
" + }, + "autoupdate": { + "url": "https://www.mls-software.com/files/setupssh-$version.exe#/dl.7z", + "hash": { + "url": "https://www.mls-software.com/opensshd.html", + "find": "$basenameSHA1=([a-fA-F0-9]+)" + } + } +}