mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-04 07:41:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			44 lines
		
	
	
		
			1.7 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			44 lines
		
	
	
		
			1.7 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "2.5.1",
 | 
						|
    "description": "Open and extensible continuous delivery solution for Kubernetes.",
 | 
						|
    "homepage": "https://fluxcd.io",
 | 
						|
    "license": "Apache-2.0",
 | 
						|
    "architecture": {
 | 
						|
        "64bit": {
 | 
						|
            "url": "https://github.com/fluxcd/flux2/releases/download/v2.5.1/flux_2.5.1_windows_amd64.zip",
 | 
						|
            "hash": "5c9a60f47e337b9a6020ec1a729a71738441fcf6d9d0b6c7a98098641b4a7c20"
 | 
						|
        },
 | 
						|
        "arm64": {
 | 
						|
            "url": "https://github.com/fluxcd/flux2/releases/download/v2.5.1/flux_2.5.1_windows_arm64.zip",
 | 
						|
            "hash": "9ad177bef17cdabb6124f859548df6f255dbec8dba3dcd464822b2e917305756"
 | 
						|
        },
 | 
						|
        "32bit": {
 | 
						|
            "url": "https://github.com/fluxcd/flux2/releases/download/v2.5.1/flux_2.5.1_windows_386.zip",
 | 
						|
            "hash": "409a829c391cecb0ac556af73591fd5c158c02f707fd6f02b6df994e87b8abad"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "bin": "flux.exe",
 | 
						|
    "checkver": {
 | 
						|
        "url": "https://api.github.com/repositories/258469100/releases",
 | 
						|
        "jsonpath": "$..browser_download_url",
 | 
						|
        "regex": "flux_([\\d.]+)_windows_amd64.zip"
 | 
						|
    },
 | 
						|
    "autoupdate": {
 | 
						|
        "architecture": {
 | 
						|
            "64bit": {
 | 
						|
                "url": "https://github.com/fluxcd/flux2/releases/download/v$version/flux_$version_windows_amd64.zip"
 | 
						|
            },
 | 
						|
            "arm64": {
 | 
						|
                "url": "https://github.com/fluxcd/flux2/releases/download/v$version/flux_$version_windows_arm64.zip"
 | 
						|
            },
 | 
						|
            "32bit": {
 | 
						|
                "url": "https://github.com/fluxcd/flux2/releases/download/v$version/flux_$version_windows_386.zip"
 | 
						|
            }
 | 
						|
        },
 | 
						|
        "hash": {
 | 
						|
            "url": "$baseurl/flux_$version_checksums.txt"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "notes": "For Flux v1, please install 'versions/fluxctl' instead."
 | 
						|
}
 |