mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-10-31 13:51:18 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			34 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			34 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|     "version": "2.7.12",
 | |
|     "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://download.influxdata.com/influxdb/releases/v2.7.12/influxdb2-2.7.12-windows.zip",
 | |
|             "hash": "adb952c67eaeea742d81899367ec95defa26b47a0fa99dc773ab4de822e9072d"
 | |
|         }
 | |
|     },
 | |
|     "bin": "influxd.exe",
 | |
|     "checkver": {
 | |
|         "url": "https://www.influxdata.com/versions.json",
 | |
|         "jsonpath": "$.influxdb2.version",
 | |
|         "regex": "([\\d.]+)"
 | |
|     },
 | |
|     "autoupdate": {
 | |
|         "architecture": {
 | |
|             "64bit": {
 | |
|                 "url": "https://download.influxdata.com/influxdb/releases/v$version/influxdb2-$version-windows.zip",
 | |
|                 "hash": {
 | |
|                     "url": "https://www.influxdata.com/versions.json",
 | |
|                     "jsonpath": "$.influxdb2.downloads[?(@.platform =~ /^Windows/)].sha256"
 | |
|                 }
 | |
|             }
 | |
|         }
 | |
|     }
 | |
| }
 | 
