mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-03 23:31:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			35 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			35 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "1.7.0",
 | 
						|
    "description": "Open source framework for processing, monitoring, and alerting on time series data.",
 | 
						|
    "homepage": "https://www.influxdata.com/time-series-platform/kapacitor/",
 | 
						|
    "license": "MIT",
 | 
						|
    "architecture": {
 | 
						|
        "64bit": {
 | 
						|
            "url": "https://dl.influxdata.com/kapacitor/releases/kapacitor-v1.7.0_windows_amd64.zip",
 | 
						|
            "hash": "0aa4a011b6f625b00b27369db49c65ff385252dcd56512da8eda20976fdbda0c",
 | 
						|
            "extract_dir": "kapacitor-v1.7.0-1"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "bin": [
 | 
						|
        "kapacitor.exe",
 | 
						|
        "kapacitord.exe"
 | 
						|
    ],
 | 
						|
    "persist": "kapacitor.conf",
 | 
						|
    "checkver": {
 | 
						|
        "url": "https://portal.influxdata.com/downloads",
 | 
						|
        "regex": ">Kapacitor v([\\d.]+)<"
 | 
						|
    },
 | 
						|
    "autoupdate": {
 | 
						|
        "architecture": {
 | 
						|
            "64bit": {
 | 
						|
                "url": "https://dl.influxdata.com/kapacitor/releases/kapacitor-v$version_windows_amd64.zip",
 | 
						|
                "hash": {
 | 
						|
                    "url": "https://portal.influxdata.com/downloads/",
 | 
						|
                    "regex": "$sha256.*\\s.*\\s.*$basename"
 | 
						|
                },
 | 
						|
                "extract_dir": "kapacitor-v$version-1"
 | 
						|
            }
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |