{
    "version": "1.5.2",
    "description": " Open source (GPLv2) anti-virus toolkit",
    "homepage": "https://www.clamav.net",
    "license": "GPL-2.0-only",
    "notes": [
        "To run first time setup ",
        "Edit Configuration files clamd.conf, freshclam.conf @ $dir",
        "Run freshclam.exe before running first scan",
        "visit https://docs.clamav.net/manual/Usage/Configuration.html"
    ],
    "architecture": {
        "64bit": {
            "url": "https://github.com/Cisco-Talos/clamav/releases/download/clamav-1.5.2/clamav-1.5.2.win.x64.zip",
            "hash": "6f868ed7a7e5a15aced82c53a4fa9f3f42fa9d7f7de14a606ba8db0756518eed",
            "extract_dir": "clamav-1.5.2.win.x64"
        },
        "32bit": {
            "url": "https://github.com/Cisco-Talos/clamav/releases/download/clamav-1.5.2/clamav-1.5.2.win.win32.zip",
            "hash": "c8ed6a9128b3e5e9a7793d98c0d43dbb9cab55e2935ab6789264aaeb583046d6",
            "extract_dir": "clamav-1.5.2.win.win32"
        }
    },
    "post_install": [
        "Copy-Item \"$dir\\conf_examples\\freshclam.conf.sample\" \"$dir\\freshclam.conf\"",
        "Copy-Item \"$dir\\conf_examples\\clamd.conf.sample\" \"$dir\\clamd.conf\""
    ],
    "bin": [
        "clambc.exe",
        "clamconf.exe",
        "clamd.exe",
        "clamdscan.exe",
        "clamdtop.exe",
        "clamscan.exe",
        "clamsubmit.exe",
        "freshclam.exe",
        "sigtool.exe"
    ],
    "checkver": {
        "github": "https://github.com/Cisco-Talos/clamav",
        "regex": "/releases/tag/clamav-(?:v|V)?([\\d\\.]+)"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/Cisco-Talos/clamav/releases/download/clamav-$version/clamav-$version.win.x64.zip",
                "extract_dir": "clamav-$version.win.x64"
            },
            "32bit": {
                "url": "https://github.com/Cisco-Talos/clamav/releases/download/clamav-$version/clamav-$version.win.win32.zip",
                "extract_dir": "clamav-$version.win.win32"
            }
        }
    }
}
