mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 14:51:18 +00:00
53 lines
1.9 KiB
JSON
53 lines
1.9 KiB
JSON
{
|
|
"version": "8.6.0.0p1-Beta",
|
|
"description": "A suite of secure networking utilities based on the Secure Shell protocol. (Microsoft port)",
|
|
"homepage": "https://github.com/PowerShell/Win32-OpenSSH",
|
|
"license": {
|
|
"identifier": "BSD-3-Clause",
|
|
"url": "https://github.com/PowerShell/openssh-portable/blob/latestw_all/LICENCE"
|
|
},
|
|
"notes": [
|
|
"This is a pre-release (non-production ready)",
|
|
"Run 'sudo $dir\\install-sshd.ps1' to install sshd and ssh-agent as a service.",
|
|
"Run 'sudo $dir\\uninstall-sshd.ps1' to uninstall the services."
|
|
],
|
|
"architecture": {
|
|
"64bit": {
|
|
"hash": "9f9215dc0b823264d52603f4767d8531880ddfa9aedf16404923814c0ab086b7",
|
|
"url": "https://github.com/PowerShell/Win32-OpenSSH/releases/download/V8.6.0.0p1-Beta/OpenSSH-Win64.zip",
|
|
"extract_dir": "OpenSSH-Win64"
|
|
},
|
|
"32bit": {
|
|
"hash": "0221324212413a6caf260f95e308d22f8c141fc37727b622a6ad50998c46d226",
|
|
"url": "https://github.com/PowerShell/Win32-OpenSSH/releases/download/V8.6.0.0p1-Beta/OpenSSH-Win32.zip",
|
|
"extract_dir": "OpenSSH-Win32"
|
|
}
|
|
},
|
|
"bin": [
|
|
"scp.exe",
|
|
"sftp.exe",
|
|
"sftp-server.exe",
|
|
"ssh-add.exe",
|
|
"ssh-agent.exe",
|
|
"ssh-keygen.exe",
|
|
"ssh-keyscan.exe",
|
|
"ssh-shellhost.exe",
|
|
"ssh.exe",
|
|
"sshd.exe"
|
|
],
|
|
"checkver": {
|
|
"github": "https://github.com/PowerShell/Win32-OpenSSH",
|
|
"regex": "download/V([\\w.-]+)/"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/PowerShell/Win32-OpenSSH/releases/download/V$version/OpenSSH-Win64.zip"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/PowerShell/Win32-OpenSSH/releases/download/V$version/OpenSSH-Win32.zip"
|
|
}
|
|
}
|
|
}
|
|
}
|