{
    "version": "2.0.2",
    "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.0.2/KomacPortable-v2.0.2-x64.exe#/Komac.exe",
            "hash": "5543f5e890d3eff601b19f0a6df2bac5c2ae74de39663da28c49b3203b0e4702"
        },
        "32bit": {
            "url": "https://github.com/russellbanks/Komac/releases/download/v2.0.2/KomacPortable-v2.0.2-x86.exe#/Komac.exe",
            "hash": "50d762f293c33306c7f5a41279022fe1b9278af6bd4a2cf85989d482b3ae1635"
        },
        "arm64": {
            "url": "https://github.com/russellbanks/Komac/releases/download/v2.0.2/KomacPortable-v2.0.2-arm64.exe#/Komac.exe",
            "hash": "368494fb32aaf885cdadf41205b4eaf052f53a318458213b6e554415ce63c61b"
        }
    },
    "bin": "Komac.exe",
    "checkver": "github",
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/russellbanks/Komac/releases/download/v$version/KomacPortable-v$version-x64.exe#/Komac.exe"
            },
            "32bit": {
                "url": "https://github.com/russellbanks/Komac/releases/download/v$version/KomacPortable-v$version-x86.exe#/Komac.exe"
            },
            "arm64": {
                "url": "https://github.com/russellbanks/Komac/releases/download/v$version/KomacPortable-v$version-arm64.exe#/Komac.exe"
            }
        }
    }
}
