mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-03 23:31:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			34 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			34 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "1.9.0",
 | 
						|
    "description": "Open source monitoring and visualization UI for the TICK stack.",
 | 
						|
    "homepage": "https://www.influxdata.com/time-series-platform/chronograf/",
 | 
						|
    "license": "MIT",
 | 
						|
    "architecture": {
 | 
						|
        "64bit": {
 | 
						|
            "url": "https://dl.influxdata.com/chronograf/releases/chronograf-1.9.0_windows_amd64.zip",
 | 
						|
            "hash": "d4d9932cf2b62c138a628b53c306d4968b73399f9a9852ea14f979624320f437",
 | 
						|
            "extract_dir": "chronograf-1.9.0-1"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "bin": [
 | 
						|
        "chronoctl.exe",
 | 
						|
        "chronograf.exe"
 | 
						|
    ],
 | 
						|
    "checkver": {
 | 
						|
        "url": "https://portal.influxdata.com/downloads",
 | 
						|
        "regex": ">Chronograf v([\\d.]+)<"
 | 
						|
    },
 | 
						|
    "autoupdate": {
 | 
						|
        "architecture": {
 | 
						|
            "64bit": {
 | 
						|
                "url": "https://dl.influxdata.com/chronograf/releases/chronograf-$version_windows_amd64.zip",
 | 
						|
                "hash": {
 | 
						|
                    "url": "https://portal.influxdata.com/downloads/",
 | 
						|
                    "regex": "$sha256.*\\s.*$basename"
 | 
						|
                },
 | 
						|
                "extract_dir": "chronograf-$version-1"
 | 
						|
            }
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |