{
    "version": "0.6.0",
    "description": "Public IP address lookup",
    "homepage": "https://www.ident.me",
    "license": "0BSD",
    "architecture": {
        "32bit": {
            "url": "https://github.com/pcarrier/ident.me/releases/download/v0.6.0/identme.x86.exe#/identme.exe",
            "hash": "aa58614a3fdf339df54e9f7fb82ed775c35c7bee19c5b5caeb56ec33fdf6ef0b"
        },
        "64bit": {
            "url": "https://github.com/pcarrier/ident.me/releases/download/v0.6.0/identme.x64.exe#/identme.exe",
            "hash": "d84e3c28532245568267b6ca0aed0c7f6c233902da31573e6ae40dadc4aff752"
        },
        "arm64": {
            "url": "https://github.com/pcarrier/ident.me/releases/download/v0.6.0/identme.arm64.exe#/identme.exe",
            "hash": "a4d4ab1288ea269e8682b61aa15b894d7dab525ac14742411153c6a68eaa6bbd"
        }
    },
    "bin": "identme.exe",
    "checkver": {
        "github": "https://github.com/pcarrier/ident.me"
    },
    "autoupdate": {
        "architecture": {
            "32bit": {
                "url": "https://github.com/pcarrier/ident.me/releases/download/v$version/identme.x86.exe#/identme.exe"
            },
            "64bit": {
                "url": "https://github.com/pcarrier/ident.me/releases/download/v$version/identme.x64.exe#/identme.exe"
            },
            "arm64": {
                "url": "https://github.com/pcarrier/ident.me/releases/download/v$version/identme.arm64.exe#/identme.exe"
            }
        }
    }
}
