mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-03 23:31:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			30 lines
		
	
	
		
			1.0 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			30 lines
		
	
	
		
			1.0 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "8.4p1-2",
 | 
						|
    "description": "A Windows installer package of Openssh for Windows that is actively maintained and current.",
 | 
						|
    "homepage": "https://www.mls-software.com/opensshd.html",
 | 
						|
    "license": "ISC",
 | 
						|
    "url": "https://www.mls-software.com/files/setupssh-8.4p1-2.exe#/dl.7z",
 | 
						|
    "hash": "sha1:18d54d8a551cdcb438e3316d43d830dda3eb1ff4",
 | 
						|
    "post_install": [
 | 
						|
        "Remove-Item \"$dir\\`$*\", \"$dir\\uninstall.exe\" -Recurse",
 | 
						|
        "ensure \"$dir\\tmp\" | 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": "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",
 | 
						|
            "regex": "$basename</a.*\\n<.*<small>SHA1=$sha1</small>"
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |