mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-03 23:31:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			37 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			37 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "homepage": "https://www.influxdata.com/",
 | 
						|
    "license": "MIT",
 | 
						|
    "version": "1.8.0",
 | 
						|
    "description": "Scalable datastore for metrics, events, and real-time analytics.",
 | 
						|
    "architecture": {
 | 
						|
        "64bit": {
 | 
						|
            "url": "https://dl.influxdata.com/influxdb/releases/influxdb-1.8.0_windows_amd64.zip",
 | 
						|
            "hash": "77d954dd8dcd3ca7b312913fc670b14c0cfb2bd3b171f105fae2f451c9518752",
 | 
						|
            "extract_dir": "influxdb-1.8.0-1"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "persist": "influxdb.conf",
 | 
						|
    "bin": [
 | 
						|
        "influx.exe",
 | 
						|
        "influx_inspect.exe",
 | 
						|
        "influx_stress.exe",
 | 
						|
        "influx_tsm.exe",
 | 
						|
        "influxd.exe"
 | 
						|
    ],
 | 
						|
    "checkver": {
 | 
						|
        "url": "https://portal.influxdata.com/downloads",
 | 
						|
        "re": ">InfluxDB v([\\d.]+)<"
 | 
						|
    },
 | 
						|
    "autoupdate": {
 | 
						|
        "architecture": {
 | 
						|
            "64bit": {
 | 
						|
                "url": "https://dl.influxdata.com/influxdb/releases/influxdb-$version_windows_amd64.zip",
 | 
						|
                "hash": {
 | 
						|
                    "url": "$url.sha256"
 | 
						|
                },
 | 
						|
                "extract_dir": "influxdb-$version-1"
 | 
						|
            }
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |