mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 06:41:19 +00:00
35 lines
1.3 KiB
JSON
35 lines
1.3 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": "8.3p1-1",
|
|
"url": "https://www.mls-software.com/files/setupssh-8.3p1-1.exe#/dl.7z",
|
|
"hash": "sha1:e6a5b9d5a514cd5a9236ab746c8dc497a47d1cf1",
|
|
"post_install": [
|
|
"Remove-Item \"$dir\\`$PLUGINSDIR\" -Recurse",
|
|
"Remove-Item \"$dir\\`$TEMP\" -Recurse",
|
|
"Remove-Item \"$dir\\uninstall.exe\"",
|
|
"if (!(test-path \"$dir\\tmp\")) { new-item \"$dir\\tmp\" -itemtype directory | out-null }"
|
|
],
|
|
"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>"
|
|
}
|
|
}
|
|
}
|