{
    "##": "This manifest uses 7z instead of Expand-7zipArchive due to invalid tar extraction error",
    "version": "1.14.0+0",
    "description": "High performance software for linear optimization",
    "homepage": "https://www.maths.ed.ac.uk/hall/HiGHS/",
    "license": "MIT",
    "architecture": {
        "32bit": {
            "url": "https://github.com/JuliaBinaryWrappers/HiGHS_jll.jl/releases/download/HiGHS-v1.14.0+0/HiGHS.v1.14.0.i686-w64-mingw32-cxx11.tar.gz#/dl.gz",
            "hash": "79e4ab074c358b4057b0132c4a0bc633e7741c3c52bfbddf7251dc515dda4498"
        },
        "64bit": {
            "url": "https://github.com/JuliaBinaryWrappers/HiGHS_jll.jl/releases/download/HiGHS-v1.14.0+0/HiGHS.v1.14.0.x86_64-w64-mingw32-cxx11.tar.gz#/dl.gz",
            "hash": "bcfa0706b4eddc3c6594c131959db913c2cfb855f597df798b26ae14838db919"
        }
    },
    "installer": {
        "script": [
            "7z x \"$dir\\dl\"  -o\"$dir\" -ttar | Out-Null -ErrorAction SilentlyContinue",
            "Remove-Item \"$dir\\dl\""
        ]
    },
    "bin": [
        [
            "bin\\highs.exe",
            "highs"
        ]
    ],
    "checkver": {
        "github": "https://github.com/JuliaBinaryWrappers/HiGHS_jll.jl",
        "regex": "HiGHS-v([\\d.]+\\+\\d+)"
    },
    "autoupdate": {
        "architecture": {
            "32bit": {
                "url": "https://github.com/JuliaBinaryWrappers/HiGHS_jll.jl/releases/download/HiGHS-v$version/HiGHS.v$matchHead.i686-w64-mingw32-cxx11.tar.gz#/dl.gz"
            },
            "64bit": {
                "url": "https://github.com/JuliaBinaryWrappers/HiGHS_jll.jl/releases/download/HiGHS-v$version/HiGHS.v$matchHead.x86_64-w64-mingw32-cxx11.tar.gz#/dl.gz"
            }
        }
    }
}
