mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-04 07:41:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			81 lines
		
	
	
		
			4.4 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			81 lines
		
	
	
		
			4.4 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "1.26.0",
 | 
						|
    "description": "Simple, complete, and lightweight feature flag solution",
 | 
						|
    "homepage": "https://gofeatureflag.org",
 | 
						|
    "license": "MIT",
 | 
						|
    "architecture": {
 | 
						|
        "64bit": {
 | 
						|
            "url": [
 | 
						|
                "https://github.com/thomaspoignant/go-feature-flag/releases/download/v1.26.0/go-feature-flag_1.26.0_Windows_x86_64.tar.gz",
 | 
						|
                "https://github.com/thomaspoignant/go-feature-flag/releases/download/v1.26.0/go-feature-flag-migration-cli_1.26.0_Windows_x86_64.tar.gz",
 | 
						|
                "https://github.com/thomaspoignant/go-feature-flag/releases/download/v1.26.0/go-feature-flag-lint_1.26.0_Windows_x86_64.tar.gz"
 | 
						|
            ],
 | 
						|
            "hash": [
 | 
						|
                "06fd943ee90354a6b30e4f6325c8826c73462da630b05574591d219b70ca3e8e",
 | 
						|
                "de51f844484468044c4bf133a5cfd50a0657230b14a696cf07f74fb7241bce6c",
 | 
						|
                "98c5a09ff77e1bb57dbf8505cd5aa0ac33a754fa42a316c802d95b6105df549e"
 | 
						|
            ]
 | 
						|
        },
 | 
						|
        "32bit": {
 | 
						|
            "url": [
 | 
						|
                "https://github.com/thomaspoignant/go-feature-flag/releases/download/v1.26.0/go-feature-flag_1.26.0_Windows_i386.tar.gz",
 | 
						|
                "https://github.com/thomaspoignant/go-feature-flag/releases/download/v1.26.0/go-feature-flag-migration-cli_1.26.0_Windows_i386.tar.gz",
 | 
						|
                "https://github.com/thomaspoignant/go-feature-flag/releases/download/v1.26.0/go-feature-flag-lint_1.26.0_Windows_i386.tar.gz"
 | 
						|
            ],
 | 
						|
            "hash": [
 | 
						|
                "0fff8b2bc91fc0c90f1f780d5717ef5ca0fa5d6451e7526c5a1d1af3dd1232f3",
 | 
						|
                "d13ba205b17e216b40d3ac90e68f9de5a7b4946e7a31ee4aabd21531d8e3ac69",
 | 
						|
                "6b5b13bad13c10c9dac1a0b26d5c2b8104a3fb9dc84cab5500e76754811986e4"
 | 
						|
            ]
 | 
						|
        },
 | 
						|
        "arm64": {
 | 
						|
            "url": [
 | 
						|
                "https://github.com/thomaspoignant/go-feature-flag/releases/download/v1.26.0/go-feature-flag_1.26.0_Windows_arm64.tar.gz",
 | 
						|
                "https://github.com/thomaspoignant/go-feature-flag/releases/download/v1.26.0/go-feature-flag-migration-cli_1.26.0_Linux_arm64.tar.gz",
 | 
						|
                "https://github.com/thomaspoignant/go-feature-flag/releases/download/v1.26.0/go-feature-flag-lint_1.26.0_Windows_arm64.tar.gz"
 | 
						|
            ],
 | 
						|
            "hash": [
 | 
						|
                "153871c98789c82587b0ea2769370cc8578145c710a5105c5364d39d05e8d84a",
 | 
						|
                "f2c9909556fb964d46a853b56782fcaef307f5211db3eee533e3a7b6c7e710ae",
 | 
						|
                "f65aa279bb3277edcab7b24c2b803b45b5ee27607ebdc6a0fa8e928e9e996ad9"
 | 
						|
            ]
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "bin": [
 | 
						|
        "go-feature-flag.exe",
 | 
						|
        "go-feature-flag-migration-cli.exe",
 | 
						|
        "go-feature-flag-lint.exe"
 | 
						|
    ],
 | 
						|
    "checkver": {
 | 
						|
        "github": "https://github.com/thomaspoignant/go-feature-flag"
 | 
						|
    },
 | 
						|
    "autoupdate": {
 | 
						|
        "architecture": {
 | 
						|
            "64bit": {
 | 
						|
                "url": [
 | 
						|
                    "https://github.com/thomaspoignant/go-feature-flag/releases/download/v$version/go-feature-flag_$version_Windows_x86_64.tar.gz",
 | 
						|
                    "https://github.com/thomaspoignant/go-feature-flag/releases/download/v$version/go-feature-flag-migration-cli_$version_Windows_x86_64.tar.gz",
 | 
						|
                    "https://github.com/thomaspoignant/go-feature-flag/releases/download/v$version/go-feature-flag-lint_$version_Windows_x86_64.tar.gz"
 | 
						|
                ]
 | 
						|
            },
 | 
						|
            "32bit": {
 | 
						|
                "url": [
 | 
						|
                    "https://github.com/thomaspoignant/go-feature-flag/releases/download/v$version/go-feature-flag_$version_Windows_i386.tar.gz",
 | 
						|
                    "https://github.com/thomaspoignant/go-feature-flag/releases/download/v$version/go-feature-flag-migration-cli_$version_Windows_i386.tar.gz",
 | 
						|
                    "https://github.com/thomaspoignant/go-feature-flag/releases/download/v$version/go-feature-flag-lint_$version_Windows_i386.tar.gz"
 | 
						|
                ]
 | 
						|
            },
 | 
						|
            "arm64": {
 | 
						|
                "url": [
 | 
						|
                    "https://github.com/thomaspoignant/go-feature-flag/releases/download/v$version/go-feature-flag_$version_Windows_arm64.tar.gz",
 | 
						|
                    "https://github.com/thomaspoignant/go-feature-flag/releases/download/v$version/go-feature-flag-migration-cli_$version_Linux_arm64.tar.gz",
 | 
						|
                    "https://github.com/thomaspoignant/go-feature-flag/releases/download/v$version/go-feature-flag-lint_$version_Windows_arm64.tar.gz"
 | 
						|
                ]
 | 
						|
            }
 | 
						|
        },
 | 
						|
        "hash": {
 | 
						|
            "url": "$baseurl/checksums.txt"
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |