mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-24 23:21:34 +00:00
29 lines
984 B
JSON
29 lines
984 B
JSON
{
|
|
"homepage": "https://github.com/PowerShell/Win32-OpenSSH",
|
|
"version": "0.0.21.0",
|
|
"license": "https://raw.githubusercontent.com/PowerShell/Win32-OpenSSH/L1-Prod/LICENCE",
|
|
"hash": "1a828e6bc9134f22d925e52faa545a85c4c354d2a385c8148ccfefbe3a26453c",
|
|
"url": "https://github.com/PowerShell/Win32-OpenSSH/releases/download/v0.0.21.0/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"
|
|
],
|
|
"notes": "This is a pre-release (non-production ready)",
|
|
"checkver": {
|
|
"github": "https://github.com/PowerShell/Win32-OpenSSH"
|
|
},
|
|
"autoupdate": {
|
|
"url": "https://github.com/PowerShell/Win32-OpenSSH/releases/download/v$version/OpenSSH-Win32.zip",
|
|
"extract_dir": "OpenSSH-Win32"
|
|
}
|
|
}
|