{
    "version": "0.161.1",
    "description": "Speedy and flexible static site generator (without Sass/SCSS support)",
    "homepage": "https://gohugo.io",
    "license": "Apache-2.0",
    "architecture": {
        "64bit": {
            "url": "https://github.com/gohugoio/hugo/releases/download/v0.161.1/hugo_0.161.1_windows-amd64.zip",
            "hash": "7f8d030b37600c60bf2a782611257e6a768934fbe7724c1f3a1a501e6724cf0d"
        },
        "arm64": {
            "url": "https://github.com/gohugoio/hugo/releases/download/v0.161.1/hugo_0.161.1_windows-arm64.zip",
            "hash": "6465311bceab1421eb91a54e9f0e6ed674977d8ec04d0292a3f2fe4d63d87a19"
        }
    },
    "bin": "hugo.exe",
    "checkver": {
        "github": "https://github.com/gohugoio/hugo"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/gohugoio/hugo/releases/download/v$version/hugo_$version_windows-amd64.zip"
            },
            "arm64": {
                "url": "https://github.com/gohugoio/hugo/releases/download/v$version/hugo_$version_windows-arm64.zip"
            }
        },
        "hash": {
            "url": "$baseurl/hugo_$version_checksums.txt"
        }
    }
}
