mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-03 15:21:18 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			46 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			46 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "0.8.3",
 | 
						|
    "description": "Vim-fork focused on extensibility and usability",
 | 
						|
    "homepage": "https://neovim.io/",
 | 
						|
    "license": {
 | 
						|
        "identifier": "Apache-2.0,Vim",
 | 
						|
        "url": "https://github.com/neovim/neovim/blob/master/LICENSE"
 | 
						|
    },
 | 
						|
    "suggest": {
 | 
						|
        "vcredist": "extras/vcredist2022"
 | 
						|
    },
 | 
						|
    "architecture": {
 | 
						|
        "64bit": {
 | 
						|
            "url": "https://github.com/neovim/neovim/releases/download/v0.8.3/nvim-win64.zip",
 | 
						|
            "hash": "492a09f53663098a2fd6740821f683110b5688c162c21751e3667202383531a6"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "extract_dir": "nvim-win64",
 | 
						|
    "bin": [
 | 
						|
        "bin\\nvim.exe",
 | 
						|
        "bin\\nvim-qt.exe"
 | 
						|
    ],
 | 
						|
    "shortcuts": [
 | 
						|
        [
 | 
						|
            "bin\\nvim-qt.exe",
 | 
						|
            "Neovim"
 | 
						|
        ]
 | 
						|
    ],
 | 
						|
    "checkver": {
 | 
						|
        "url": "https://api.github.com/repos/neovim/neovim/releases/latest",
 | 
						|
        "jsonpath": "$.body",
 | 
						|
        "regex": "NVIM v(?<majorVersion>[\\w.-]+)\\.(?<minorVersion>[\\w.-]+)\\.(?<patchVersion>[\\w.-]+)",
 | 
						|
        "replace": "${majorVersion}.${minorVersion}.${patchVersion}"
 | 
						|
    },
 | 
						|
    "autoupdate": {
 | 
						|
        "architecture": {
 | 
						|
            "64bit": {
 | 
						|
                "url": "https://github.com/neovim/neovim/releases/download/v$version/nvim-win64.zip"
 | 
						|
            }
 | 
						|
        },
 | 
						|
        "hash": {
 | 
						|
            "url": "$url.sha256sum"
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |