mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-03 23:31:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			45 lines
		
	
	
		
			2.1 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			45 lines
		
	
	
		
			2.1 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "2.12.0",
 | 
						|
    "description": "High-Performance server for NATS.io, the cloud and edge native messaging system",
 | 
						|
    "homepage": "https://github.com/nats-io/nats-server",
 | 
						|
    "license": "Apache-2.0",
 | 
						|
    "architecture": {
 | 
						|
        "64bit": {
 | 
						|
            "url": "https://github.com/nats-io/nats-server/releases/download/v2.12.0/nats-server-v2.12.0-windows-amd64.zip",
 | 
						|
            "hash": "9e8a3a68f2f89e452d9777562e32f7f7604b0e4950f47b195d9192f2d8b35807",
 | 
						|
            "extract_dir": "nats-server-v2.12.0-windows-amd64"
 | 
						|
        },
 | 
						|
        "32bit": {
 | 
						|
            "url": "https://github.com/nats-io/nats-server/releases/download/v2.12.0/nats-server-v2.12.0-windows-386.zip",
 | 
						|
            "hash": "46fa6cd844cfa6561bf4f02380265f5c852aa9e9a9723bbadd46b3d982700de0",
 | 
						|
            "extract_dir": "nats-server-v2.12.0-windows-386"
 | 
						|
        },
 | 
						|
        "arm64": {
 | 
						|
            "url": "https://github.com/nats-io/nats-server/releases/download/v2.12.0/nats-server-v2.12.0-windows-arm64.zip",
 | 
						|
            "hash": "1cdf52a8b59ec5a9487ca50a78d899cc51cdd0840cb7098bcaf0c608f4219662",
 | 
						|
            "extract_dir": "nats-server-v2.12.0-windows-arm64"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "bin": "nats-server.exe",
 | 
						|
    "checkver": "github",
 | 
						|
    "autoupdate": {
 | 
						|
        "architecture": {
 | 
						|
            "64bit": {
 | 
						|
                "url": "https://github.com/nats-io/nats-server/releases/download/v$version/nats-server-v$version-windows-amd64.zip",
 | 
						|
                "extract_dir": "nats-server-v$version-windows-amd64"
 | 
						|
            },
 | 
						|
            "32bit": {
 | 
						|
                "url": "https://github.com/nats-io/nats-server/releases/download/v$version/nats-server-v$version-windows-386.zip",
 | 
						|
                "extract_dir": "nats-server-v$version-windows-386"
 | 
						|
            },
 | 
						|
            "arm64": {
 | 
						|
                "url": "https://github.com/nats-io/nats-server/releases/download/v$version/nats-server-v$version-windows-arm64.zip",
 | 
						|
                "extract_dir": "nats-server-v$version-windows-arm64"
 | 
						|
            }
 | 
						|
        },
 | 
						|
        "hash": {
 | 
						|
            "url": "https://github.com/nats-io/nats-server/releases/download/v$version/SHA256SUMS"
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |