{
    "version": "5.8.3",
    "description": "KNIME Analytics Platform. Software for creating data science applications and services. Intuitive, open, and continuously integrating new developments, KNIME makes understanding data and designing data science workflows and reusable components accessible to everyone.",
    "homepage": "https://www.knime.com",
    "license": "GPL-3.0-or-later",
    "architecture": {
        "64bit": {
            "url": "https://download.knime.org/analytics-platform/win/knime_5.8.3.win32.win32.x86_64.zip",
            "hash": "0d61f919586d07b3b4cf80aee536f5225ca81377bd42a9eb846194da34add276"
        }
    },
    "extract_dir": "knime_5.8.3",
    "bin": "knime.exe",
    "shortcuts": [
        [
            "knime.exe",
            "KNIME Analytics Platform"
        ]
    ],
    "checkver": {
        "url": "https://raw.githubusercontent.com/Homebrew/homebrew-cask/master/Casks/k/knime.rb",
        "regex": "version \"([\\d.]+)\""
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://download.knime.org/analytics-platform/win/knime_$version.win32.win32.x86_64.zip"
            }
        },
        "extract_dir": "knime_$version"
    }
}
