{
    "version": "1.52.1",
    "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.52.1/go-feature-flag_1.52.1_Windows_x86_64.tar.gz",
                "https://github.com/thomaspoignant/go-feature-flag/releases/download/v1.52.1/go-feature-flag-cli_1.52.1_Windows_x86_64.tar.gz"
            ],
            "hash": [
                "3869d7ffdfbc2db9427ebc332dd40a45509c9372c6b0d7f7f0d9877e3db4131c",
                "1fcbb9a7ad86f3266f4bad475add78a3dacec2e016a0818a44faa2f182a9396a"
            ]
        },
        "32bit": {
            "url": [
                "https://github.com/thomaspoignant/go-feature-flag/releases/download/v1.52.1/go-feature-flag_1.52.1_Windows_i386.tar.gz",
                "https://github.com/thomaspoignant/go-feature-flag/releases/download/v1.52.1/go-feature-flag-cli_1.52.1_Windows_i386.tar.gz"
            ],
            "hash": [
                "3d20fb5813f2dac2a0867964f271efd9825d216d5764a9160aa5ceff6ccc605e",
                "03efe08748a72cbfa55137457f5e7449b0ea23975a198c6d20688f44f3cd003a"
            ]
        },
        "arm64": {
            "url": [
                "https://github.com/thomaspoignant/go-feature-flag/releases/download/v1.52.1/go-feature-flag_1.52.1_Windows_arm64.tar.gz",
                "https://github.com/thomaspoignant/go-feature-flag/releases/download/v1.52.1/go-feature-flag-cli_1.52.1_Windows_arm64.tar.gz"
            ],
            "hash": [
                "2c335d6b1fa012053e853fc5d2d90941a3f835d0baf1ec3978767276ecebfa30",
                "3e93db5bf113cd0e2a6f4e03a17dfa072aee5cbc37a32665380d158c29193ea0"
            ]
        }
    },
    "bin": [
        "go-feature-flag.exe",
        "go-feature-flag-cli.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-cli_$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-cli_$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-cli_$version_Windows_arm64.tar.gz"
                ]
            }
        },
        "hash": {
            "url": "$baseurl/checksums.txt"
        }
    }
}
