mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-03 23:31:20 +00:00 
			
		
		
		
	kapacitor: Update to version 1.7.3
Fixed autoupdate v$version --> $version
This commit is contained in:
		
							parent
							
								
									de374f7d73
								
							
						
					
					
						commit
						5947087876
					
				@ -1,13 +1,13 @@
 | 
			
		||||
{
 | 
			
		||||
    "version": "1.7.2",
 | 
			
		||||
    "version": "1.7.3",
 | 
			
		||||
    "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.2_windows_amd64.zip",
 | 
			
		||||
            "hash": "726d091599f09451dde80d656fb298a023fefbfd7d4107b9820c01aeeca6ff95",
 | 
			
		||||
            "extract_dir": "kapacitor-v1.7.2-1"
 | 
			
		||||
            "url": "https://dl.influxdata.com/kapacitor/releases/kapacitor-1.7.3_windows_amd64.zip",
 | 
			
		||||
            "hash": "29805b8f2b2545ca6cc6bd804b55e1fbedf38b73feca4b7cdea04904352d1093",
 | 
			
		||||
            "extract_dir": "kapacitor-1.7.3-1"
 | 
			
		||||
        }
 | 
			
		||||
    },
 | 
			
		||||
    "bin": [
 | 
			
		||||
@ -22,12 +22,12 @@
 | 
			
		||||
    "autoupdate": {
 | 
			
		||||
        "architecture": {
 | 
			
		||||
            "64bit": {
 | 
			
		||||
                "url": "https://dl.influxdata.com/kapacitor/releases/kapacitor-v$version_windows_amd64.zip",
 | 
			
		||||
                "url": "https://dl.influxdata.com/kapacitor/releases/kapacitor-$version_windows_amd64.zip",
 | 
			
		||||
                "hash": {
 | 
			
		||||
                    "url": "https://portal.influxdata.com/downloads/",
 | 
			
		||||
                    "regex": "$sha256.*\\s.*\\s.*$basename"
 | 
			
		||||
                },
 | 
			
		||||
                "extract_dir": "kapacitor-v$version-1"
 | 
			
		||||
                "extract_dir": "kapacitor-$version-1"
 | 
			
		||||
            }
 | 
			
		||||
        }
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user