{
    "version": "1.3",
    "description": "A feature-rich descendant of Enso Community Edition",
    "homepage": "https://github.com/GChristensen/enso-portable",
    "license": "Unknown",
    "architecture": {
        "64bit": {
            "url": "https://github.com/GChristensen/enso-portable/releases/download/v1.3/enso-open-source-1.3-x86_64.exe#/dl.7z",
            "hash": "bb90b158b834b0c00083390966fe429635714e5262c97fc578ee65ee8877fbd0"
        }
    },
    "pre_install": "Remove-Item \"$dir\\`$*\" -Recurse",
    "bin": [
        [
            "run-enso.exe",
            "enso"
        ]
    ],
    "checkver": "github",
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/GChristensen/enso-portable/releases/download/v$version/enso-open-source-$version-x86_64.exe#/dl.7z"
            }
        }
    }
}
