mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 07:11:21 +00:00
34 lines
1.2 KiB
JSON
34 lines
1.2 KiB
JSON
{
|
|
"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.9p1-1",
|
|
"url": "https://www.mls-software.com/files/setupssh-7.9p1-1.exe#/dl.7z",
|
|
"hash": "sha1:64425b56f890cbf51ddf4a9292b02b06df70487e",
|
|
"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>"
|
|
}
|
|
}
|
|
}
|