{
    "version": "6.3.55-20240202113350",
    "homepage": "https://www.metasploit.com/",
    "description": "A popular framework used for penetration testing.",
    "license": "BSD-3-Clause",
    "architecture": {
        "64bit": {
            "url": "https://windows.metasploit.com/metasploit-framework-6.3.55+20240202113350-1rapid7-1-x64.msi",
            "hash": "1747f0490c65e3ba18f324597e5b6f8fd4edcb65a62bac9a4926c5d9b040d658"
        }
    },
    "pre_install": "Remove-Item \"$dir\\*\" -Exclude 'metasploit-framework.zip' -Recurse; Expand-7zipArchive \"$dir\\metasploit-framework.zip\" \"$dir\" -Removal",
    "env_add_path": "bin",
    "checkver": {
        "url": "https://windows.metasploit.com/LATEST",
        "regex": "-([\\d.]+)\\+(?<release>\\d+)-1rapid7-1-x64",
        "replace": "${1}-${release}"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://windows.metasploit.com/metasploit-framework-$matchHead+$matchRelease-1rapid7-1-x64.msi"
            }
        }
    }
}
