{
    "version": "0.7.0",
    "description": "k-means clustering library and binary to find dominant colors in images",
    "homepage": "https://github.com/okaneco/kmeans-colors",
    "license": "Apache-2.0|MIT",
    "architecture": {
        "64bit": {
            "url": "https://github.com/okaneco/kmeans-colors/releases/download/0.7.0-binary/kmeans_colors-0.7.0-binary-windows-x86_64.tar.gz",
            "hash": "c1426b78559ac3ba0c1e5a7b6e4da1ac6270ea4d6df57710ab3791d30047ec39"
        }
    },
    "bin": "kmeans_colors.exe",
    "checkver": "github",
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/okaneco/kmeans-colors/releases/download/$version-binary/kmeans_colors-$version-binary-windows-x86_64.tar.gz",
                "hash": {
                    "url": "$baseurl/kmeans_colors-$version-binary-windows-x86_64.sha256"
                }
            }
        }
    }
}
