mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-17 22:21:19 +00:00
44 lines
1.5 KiB
JSON
44 lines
1.5 KiB
JSON
{
|
|
"homepage": "https://github.com/PowerShell/Win32-OpenSSH",
|
|
"version": "1.0.0.0",
|
|
"license": "https://raw.githubusercontent.com/PowerShell/Win32-OpenSSH/L1-Prod/LICENCE",
|
|
"architecture": {
|
|
"32bit": {
|
|
"hash": "a20c2bfc4a672c4262abbcc546e91b0ecc9b074907ddcceb11329c042029611a",
|
|
"url": "https://github.com/PowerShell/Win32-OpenSSH/releases/download/v1.0.0.0/OpenSSH-Win32.zip",
|
|
"extract_dir": "OpenSSH-Win32"
|
|
},
|
|
"64bit": {
|
|
"hash": "0c5dd4a30497f6c40ddc6dfc95cbf3a90adcce0148d87de65ffcc555d8890c4f",
|
|
"url": "https://github.com/PowerShell/Win32-OpenSSH/releases/download/v1.0.0.0/OpenSSH-Win64.zip",
|
|
"extract_dir": "OpenSSH-Win64"
|
|
}
|
|
},
|
|
"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": {
|
|
"architecture": {
|
|
"32bit": {
|
|
"url": "https://github.com/PowerShell/Win32-OpenSSH/releases/download/v$version/OpenSSH-Win32.zip"
|
|
},
|
|
"64bit": {
|
|
"url": "https://github.com/PowerShell/Win32-OpenSSH/releases/download/v$version/OpenSSH-Win64.zip"
|
|
}
|
|
}
|
|
}
|
|
}
|