{
    "version": "1.39.0",
    "description": "Generate an OCI compliant image based off app source.",
    "homepage": "https://github.com/railwayapp/nixpacks",
    "license": "MIT",
    "suggest": {
        "vcredist": "extras/vcredist2022"
    },
    "architecture": {
        "64bit": {
            "url": "https://github.com/railwayapp/nixpacks/releases/download/v1.39.0/nixpacks-v1.39.0-x86_64-pc-windows-msvc.zip",
            "hash": "a857a34fc945f8936927bc36a0f5183b9fa3138205258692017033c8a71d8c63"
        },
        "32bit": {
            "url": "https://github.com/railwayapp/nixpacks/releases/download/v1.39.0/nixpacks-v1.39.0-i686-pc-windows-msvc.zip",
            "hash": "8014666066679b755ec087ea3832d8692c0b72c8df0a461647bc4c38cf7ba6ee"
        }
    },
    "bin": "nixpacks.exe",
    "checkver": "github",
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/railwayapp/nixpacks/releases/download/v$version/nixpacks-v$version-x86_64-pc-windows-msvc.zip"
            },
            "32bit": {
                "url": "https://github.com/railwayapp/nixpacks/releases/download/v$version/nixpacks-v$version-i686-pc-windows-msvc.zip"
            }
        },
        "hash": {
            "url": "$url.sha256"
        }
    }
}
