{
    "version": "0.3.17",
    "description": "Manage Procfile-based applications",
    "homepage": "https://github.com/mattn/goreman",
    "license": "MIT",
    "architecture": {
        "64bit": {
            "url": "https://github.com/mattn/goreman/releases/download/v0.3.17/goreman_v0.3.17_windows_amd64.zip",
            "hash": "dd53a9c0cbf81d1b59ff75451bc9fe98c82ca181fce89ef7896b6a66b26e54ea",
            "extract_dir": "goreman_v0.3.17_windows_amd64"
        },
        "arm64": {
            "url": "https://github.com/mattn/goreman/releases/download/v0.3.17/goreman_v0.3.17_windows_arm64.zip",
            "hash": "d328d1b7eb7a154a3fe90b2da7aa17931f1f7b73a2a40d14f3d9c54b0151435c",
            "extract_dir": "goreman_v0.3.17_windows_arm64"
        }
    },
    "bin": "goreman.exe",
    "checkver": "github",
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/mattn/goreman/releases/download/v$version/goreman_v$version_windows_amd64.zip",
                "extract_dir": "goreman_v$version_windows_amd64"
            },
            "arm64": {
                "url": "https://github.com/mattn/goreman/releases/download/v$version/goreman_v$version_windows_arm64.zip",
                "extract_dir": "goreman_v$version_windows_arm64"
            }
        }
    }
}
