{
    "version": "2.8.1",
    "description": "Windows binaries for Hadoop versions.",
    "homepage": "https://github.com/steveloughran/winutils",
    "license": "Apache-2.0",
    "url": "https://github.com/steveloughran/winutils/releases/download/tag_2017-08-29-hadoop-2.8.1-native/hadoop-2.8.1.zip",
    "hash": "ff099578a2bf618c3e3df95a76fdd2763d98f0e815560af6e7cfd2c92c04ed57",
    "extract_dir": "hadoop-2.8.1",
    "extract_to": "bin",
    "bin": "bin\\winutils.exe",
    "env_set": {
        "HADOOP_HOME": "$dir"
    },
    "env_add_path": "bin",
    "checkver": {
        "github": "https://github.com/steveloughran/winutils",
        "regex": "/releases/download/(?<tag>tag_.*?-)?hadoop-(?<version>[\\d.]+)(?<qualifier>.*?)/"
    },
    "autoupdate": {
        "url": "https://github.com/steveloughran/winutils/releases/download/$matchTaghadoop-$version$matchQualifier/hadoop-$version.zip",
        "extract_dir": "hadoop-$version"
    }
}
