mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-03 15:21:18 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			35 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			35 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "2.7.1",
 | 
						|
    "description": "Scalable datastore for metrics, events, and real-time analytics.",
 | 
						|
    "homepage": "https://www.influxdata.com/",
 | 
						|
    "license": "MIT",
 | 
						|
    "notes": [
 | 
						|
        "InfluxDB v1 has been moved to 'Versions' bucket, use 'scoop install versions/influxdb1' to install it.",
 | 
						|
        "For CLI, please install 'influx'."
 | 
						|
    ],
 | 
						|
    "architecture": {
 | 
						|
        "64bit": {
 | 
						|
            "url": "https://dl.influxdata.com/influxdb/releases/influxdb2-2.7.1-windows-amd64.zip",
 | 
						|
            "hash": "8e0acbc7dba55a794450fa53d72cd48958d11d39e619394a268e06a6c03af672",
 | 
						|
            "extract_dir": "influxdb2_windows_amd64"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "bin": "influxd.exe",
 | 
						|
    "checkver": {
 | 
						|
        "url": "https://portal.influxdata.com/versions.json",
 | 
						|
        "jsonpath": "$.influxdb2.version",
 | 
						|
        "regex": "([\\d.]+)"
 | 
						|
    },
 | 
						|
    "autoupdate": {
 | 
						|
        "architecture": {
 | 
						|
            "64bit": {
 | 
						|
                "url": "https://dl.influxdata.com/influxdb/releases/influxdb2-$version-windows-amd64.zip",
 | 
						|
                "hash": {
 | 
						|
                    "url": "https://portal.influxdata.com/versions.json",
 | 
						|
                    "jsonpath": "$.influxdb2.downloads[?(@.platform =~ /^Windows/)].sha256"
 | 
						|
                }
 | 
						|
            }
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |