{
    "version": "2.16.0",
    "description": "The Community Manifest Creator for WinGet",
    "homepage": "https://github.com/russellbanks/Komac",
    "license": "GPL-3.0-only",
    "suggest": {
        "vcredist": "extras/vcredist2022"
    },
    "architecture": {
        "64bit": {
            "url": "https://github.com/russellbanks/Komac/releases/download/v2.16.0/komac-2.16.0-x86_64-pc-windows-msvc.exe#/Komac.exe",
            "hash": "bdc45baf028f750da7519cc8a5f2eab5dfef46dfe88650eeb0d0a9bf51446e4f"
        },
        "arm64": {
            "url": "https://github.com/russellbanks/Komac/releases/download/v2.16.0/komac-2.16.0-aarch64-pc-windows-msvc.exe#/Komac.exe",
            "hash": "fce7e4debdc3b21c09d6205375c5944c02cc1bd0aa3839d5c758ff50d2ddd4b0"
        }
    },
    "bin": "Komac.exe",
    "checkver": "github",
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/russellbanks/Komac/releases/download/v$version/komac-$version-x86_64-pc-windows-msvc.exe#/Komac.exe"
            },
            "arm64": {
                "url": "https://github.com/russellbanks/Komac/releases/download/v$version/komac-$version-aarch64-pc-windows-msvc.exe#/Komac.exe"
            }
        },
        "hash": {
            "url": "$url.sha256"
        }
    }
}
