{
    "version": "0.13.0",
    "description": "Package manager and build system for Fortran",
    "homepage": "https://fpm.fortran-lang.org/",
    "license": "MIT",
    "architecture": {
        "64bit": {
            "url": "https://github.com/fortran-lang/fpm/releases/download/v0.13.0/fpm-0.13.0-windows-x86_64-gcc-12.exe#/fpm.exe",
            "hash": "89f34d8cc3cface54a06785e9e1d7a2c16a07e6acd18f7c5d7e5cf95a5eaa671"
        }
    },
    "bin": "fpm.exe",
    "checkver": {
        "github": "https://github.com/fortran-lang/fpm"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/fortran-lang/fpm/releases/download/v$version/fpm-$version-windows-x86_64-gcc-12.exe#/fpm.exe"
            }
        },
        "hash": {
            "url": "$url.sha256"
        }
    }
}
