mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-04 15:51:23 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			42 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			42 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "3.6.1",
 | 
						|
    "description": "Git extension for versioning large files.",
 | 
						|
    "homepage": "https://git-lfs.github.com/",
 | 
						|
    "license": "MIT",
 | 
						|
    "suggest": {
 | 
						|
        "Git": [
 | 
						|
            "git",
 | 
						|
            "git-with-openssh"
 | 
						|
        ]
 | 
						|
    },
 | 
						|
    "architecture": {
 | 
						|
        "64bit": {
 | 
						|
            "url": "https://github.com/git-lfs/git-lfs/releases/download/v3.6.1/git-lfs-windows-amd64-v3.6.1.zip",
 | 
						|
            "hash": "aaca788e04f91676e58654d5ecf96cf03c76768a63b3a6918281a9678884c20c"
 | 
						|
        },
 | 
						|
        "32bit": {
 | 
						|
            "url": "https://github.com/git-lfs/git-lfs/releases/download/v3.6.1/git-lfs-windows-386-v3.6.1.zip",
 | 
						|
            "hash": "74fd0d4c9ea314719b6890667b0e528c4467726e1a7302e68221afba806a69b5"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "extract_dir": "git-lfs-3.6.1",
 | 
						|
    "bin": "git-lfs.exe",
 | 
						|
    "checkver": {
 | 
						|
        "github": "https://github.com/git-lfs/git-lfs"
 | 
						|
    },
 | 
						|
    "autoupdate": {
 | 
						|
        "architecture": {
 | 
						|
            "64bit": {
 | 
						|
                "url": "https://github.com/git-lfs/git-lfs/releases/download/v$version/git-lfs-windows-amd64-v$version.zip"
 | 
						|
            },
 | 
						|
            "32bit": {
 | 
						|
                "url": "https://github.com/git-lfs/git-lfs/releases/download/v$version/git-lfs-windows-386-v$version.zip"
 | 
						|
            }
 | 
						|
        },
 | 
						|
        "hash": {
 | 
						|
            "url": "$baseurl/sha256sums.asc"
 | 
						|
        },
 | 
						|
        "extract_dir": "git-lfs-$version"
 | 
						|
    }
 | 
						|
}
 |