{
    "version": "1.23.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.23.0/go-feature-flag_1.23.0_Windows_x86_64.tar.gz",
                "https://github.com/thomaspoignant/go-feature-flag/releases/download/v1.23.0/go-feature-flag-migration-cli_1.23.0_Windows_x86_64.tar.gz",
                "https://github.com/thomaspoignant/go-feature-flag/releases/download/v1.23.0/go-feature-flag-lint_1.23.0_Windows_x86_64.tar.gz"
            ],
            "hash": [
                "2ae2cb4b0515ef4357a425aa324e16c581fc532e62d2c5e4ae01939c4c606077",
                "7cbe132bc08e69f2966280fc0d34a9dc92002eefb9f0345acd2e5ff962ff625f",
                "5c144947208f8eb8ba453b76642ad0dac1cfa27e359863a9e5b2ba0aaeb28731"
            ]
        },
        "32bit": {
            "url": [
                "https://github.com/thomaspoignant/go-feature-flag/releases/download/v1.23.0/go-feature-flag_1.23.0_Windows_i386.tar.gz",
                "https://github.com/thomaspoignant/go-feature-flag/releases/download/v1.23.0/go-feature-flag-migration-cli_1.23.0_Windows_i386.tar.gz",
                "https://github.com/thomaspoignant/go-feature-flag/releases/download/v1.23.0/go-feature-flag-lint_1.23.0_Windows_i386.tar.gz"
            ],
            "hash": [
                "d792609a1e8f2be4576bf53d3811092a05c5fb8f8449aa84a4fcf003d03e3f45",
                "4f68dd60d569ac89ccae8af8da5f7d36a3c27c9a8517eff5ca9e38344439580e",
                "abbf9fed02e0b2b8e34cd87508d9282f4c49007a7c9282f4eb1582a2437b469f"
            ]
        },
        "arm64": {
            "url": [
                "https://github.com/thomaspoignant/go-feature-flag/releases/download/v1.23.0/go-feature-flag_1.23.0_Windows_arm64.tar.gz",
                "https://github.com/thomaspoignant/go-feature-flag/releases/download/v1.23.0/go-feature-flag-migration-cli_1.23.0_Linux_arm64.tar.gz",
                "https://github.com/thomaspoignant/go-feature-flag/releases/download/v1.23.0/go-feature-flag-lint_1.23.0_Windows_arm64.tar.gz"
            ],
            "hash": [
                "57d3975fd8bb04ca0dacaa8150c8cc25b802852a60cd793b687f3cfd7a52dbfb",
                "7ef6eaed34a18691f57c22a79ea0519e31d65af6d71265058b0bde991b7b74be",
                "541c6ba318beccd0b922def833835902692c5c129baf5f04e2f27303d9b1e0b0"
            ]
        }
    },
    "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"
        }
    }
}
