mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-03 23:31:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			35 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			35 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "homepage": "https://ipfs.io/",
 | 
						|
    "version": "0.4.23",
 | 
						|
    "license": "MIT",
 | 
						|
    "description": "A peer-to-peer hypermedia protocol to make the web faster, safer, and more open.",
 | 
						|
    "architecture": {
 | 
						|
        "64bit": {
 | 
						|
            "url": "https://github.com/ipfs/go-ipfs/releases/download/v0.4.23/go-ipfs_v0.4.23_windows-amd64.zip",
 | 
						|
            "hash": "sha512:9cf74a90a30e82a665816083885ab83906ef34dc170e26807e4722bfe0f46fa446fd98aead5ae2bddc515b6dfaace0b88c71cb077c04ba682e2e3e273c17f4f6"
 | 
						|
        },
 | 
						|
        "32bit": {
 | 
						|
            "url": "https://github.com/ipfs/go-ipfs/releases/download/v0.4.23/go-ipfs_v0.4.23_windows-386.zip",
 | 
						|
            "hash": "sha512:4487478f9686aa4602637561c0b0ecc1e51c02ae7e3b37c21ef4f2265e062490472b328c8d0b7e4967133951eb495b6a2db05903c7eea8edce25608073a78e44"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "extract_dir": "go-ipfs",
 | 
						|
    "bin": "ipfs.exe",
 | 
						|
    "checkver": {
 | 
						|
        "github": "https://github.com/ipfs/go-ipfs"
 | 
						|
    },
 | 
						|
    "autoupdate": {
 | 
						|
        "architecture": {
 | 
						|
            "64bit": {
 | 
						|
                "url": "https://github.com/ipfs/go-ipfs/releases/download/v$version/go-ipfs_v$version_windows-amd64.zip"
 | 
						|
            },
 | 
						|
            "32bit": {
 | 
						|
                "url": "https://github.com/ipfs/go-ipfs/releases/download/v$version/go-ipfs_v$version_windows-386.zip"
 | 
						|
            }
 | 
						|
        },
 | 
						|
        "hash": {
 | 
						|
            "url": "$url.sha512"
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |