{
    "homepage": "https://www.beeflang.org/",
    "description": "Beef programming language compiler. (nightly version)",
    "version": "0.43.6.04152026",
    "license": "MIT",
    "architecture": {
        "64bit": {
            "url": "http://nightly.beeflang.org/BeefSetup_0_43_6__04_15_2026.exe#/dl.7z",
            "hash": "adbfb34b2e5d52532eaa285f6e415ef646d8256b6383c50f475b8a7e7ac102c0"
        }
    },
    "bin": [
        [
            "bin\\BeefIDE.exe",
            "beefn"
        ],
        [
            "bin\\BeefBuild.exe",
            "BeefBuildN"
        ]
    ],
    "checkver": {
        "url": "http://nightly.beeflang.org/index.html",
        "regex": "(?s)BeefSetup_(\\d+)_(\\d+)_(\\d+)__(\\d{2})_(\\d{2})_(\\d{4})",
        "replace": "${1}.${2}.${3}.${4}${5}${6}"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "http://nightly.beeflang.org/BeefSetup_$match1_$match2_$match3__$match4_$match5_$match6.exe#/dl.7z"
            }
        }
    }
}
