mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-06 16:51:20 +00:00
Add win32-openssh (#1693)
* add win32-openssh * win32-openssh: add note "This is a pre-release (non-production ready)"
This commit is contained in:
parent
d93447231a
commit
902a8c6d51
28
win32-openssh.json
Normal file
28
win32-openssh.json
Normal file
@ -0,0 +1,28 @@
|
|||||||
|
{
|
||||||
|
"homepage": "https://github.com/PowerShell/Win32-OpenSSH",
|
||||||
|
"version": "0.0.20.0",
|
||||||
|
"license": "https://raw.githubusercontent.com/PowerShell/Win32-OpenSSH/L1-Prod/LICENCE",
|
||||||
|
"hash": "40d389036432ae06cfba2a3992e545fd24108e458792a1fbab2e94d3a647c0c6",
|
||||||
|
"url": "https://github.com/PowerShell/Win32-OpenSSH/releases/download/v0.0.20.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"
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user