{
    "version": "2.0.6",
    "description": "A SimpleHTTPServer written in Go, enhanced with features and with a nice design.",
    "homepage": "https://goshs.de",
    "license": {
        "identifier": "MIT",
        "url": "https://github.com/patrickhener/goshs/blob/HEAD/LICENSE"
    },
    "architecture": {
        "64bit": {
            "url": "https://github.com/patrickhener/goshs/releases/download/v2.0.6/goshs_windows_x86_64.tar.gz",
            "hash": "5d268b2e941ecebc37572f1fcb1b8ca56aa07fdb5b36c5894f809fa407fffcdf"
        },
        "32bit": {
            "url": "https://github.com/patrickhener/goshs/releases/download/v2.0.6/goshs_windows_386.tar.gz",
            "hash": "4057e54c15d05e677ce79771d7eeb41af5b774a39ed717027e3f11646472ffb7"
        },
        "arm64": {
            "url": "https://github.com/patrickhener/goshs/releases/download/v2.0.6/goshs_windows_arm64.tar.gz",
            "hash": "3ab399c8805e6ee3b0639a1c7a6512be4c77492d860fdaa837c3d6b1116fbb11"
        }
    },
    "bin": [
        [
            "goshs.exe",
            "goshs"
        ]
    ],
    "checkver": {
        "github": "https://github.com/patrickhener/goshs",
        "regex": "(?i)tag/(?<tag>v?([\\d.]+))(?=\")"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/patrickhener/goshs/releases/download/$matchTag/goshs_windows_x86_64.tar.gz"
            },
            "32bit": {
                "url": "https://github.com/patrickhener/goshs/releases/download/$matchTag/goshs_windows_386.tar.gz"
            },
            "arm64": {
                "url": "https://github.com/patrickhener/goshs/releases/download/$matchTag/goshs_windows_arm64.tar.gz"
            }
        },
        "hash": {
            "url": "$baseurl/checksums.txt"
        }
    }
}
