mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-03 23:31:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			35 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			35 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "homepage": "https://www.mls-software.com/opensshd.html",
 | 
						|
    "description": "A Windows installer package of Openssh for Windows that is actively maintained and current.",
 | 
						|
    "license": "ISC",
 | 
						|
    "version": "7.9p1-1",
 | 
						|
    "url": "https://www.mls-software.com/files/setupssh-7.9p1-1.exe#/dl.7z",
 | 
						|
    "hash": "sha1:64425b56f890cbf51ddf4a9292b02b06df70487e",
 | 
						|
    "post_install": [
 | 
						|
        "Remove-Item \"$dir\\`$PLUGINSDIR\" -Recurse",
 | 
						|
        "Remove-Item \"$dir\\`$TEMP\" -Recurse",
 | 
						|
        "Remove-Item \"$dir\\uninstall.exe\"",
 | 
						|
        "if (!(test-path \"$dir\\tmp\")) { new-item \"$dir\\tmp\" -itemtype directory | 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": {
 | 
						|
        "url": "https://www.mls-software.com/opensshd.html",
 | 
						|
        "re": "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",
 | 
						|
            "find": "$basename</a.*\\n<.*<small>SHA1=([a-fA-F0-9]+)</small>"
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |