{
    "version": "3.9.1",
    "description": "Fast and friendly network scanner.",
    "homepage": "http://angryip.org/",
    "license": "GPL-2.0-or-later",
    "notes": [
        "If you have 64bit Windows but 32bit Java, you MUST reinstall 'ipscan' with the following option:",
        "--arch 32bit"
    ],
    "suggest": {
        "JRE": "java/temurin8-jre"
    },
    "architecture": {
        "64bit": {
            "url": "https://github.com/angryip/ipscan/releases/download/3.9.1/ipscan-win64-3.9.1.exe#/ipscan.exe",
            "hash": "ae50c71517182c9773bb138745f10a643b1215078ede439b2b3adb486a9cfb14"
        },
        "32bit": {
            "url": "https://github.com/angryip/ipscan/releases/download/3.9.1/ipscan-3.9.1-setup.exe#/dl.7z",
            "hash": "892405573aa34dfc49b37e4c35b655543e88ec1c5e8ffb27ab8d1bbf90fc6ae0",
            "pre_install": "Remove-Item \"$dir\\`$PLUGINSDIR\", \"$dir\\uninstall.exe\" -Force -Recurse"
        }
    },
    "bin": "ipscan.exe",
    "shortcuts": [
        [
            "ipscan.exe",
            "Angry IP Scanner"
        ]
    ],
    "checkver": {
        "github": "https://github.com/angryip/ipscan"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/angryip/ipscan/releases/download/$version/ipscan-win64-$version.exe#/ipscan.exe"
            },
            "32bit": {
                "url": "https://github.com/angryip/ipscan/releases/download/$version/ipscan-$version-setup.exe#/dl.7z"
            }
        }
    }
}
