{
    "version": "0.9.3",
    "description": "A static blog writing client",
    "homepage": "https://gridea.dev/en/",
    "license": "MIT",
    "architecture": {
        "64bit": {
            "url": "https://github.com/getgridea/gridea/releases/download/v0.9.3/Gridea.Setup.0.9.3.exe#/dl.7z",
            "hash": "sha512:2045d34c07f73c61a95c41afe47148ec986b2fe4660f9cc60820569af2a7211509418ff7ee901f965adc8cac717ec68ef9b2e98065403328cfc06d0f73fb8707",
            "installer": {
                "script": [
                    "Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-64.7z\" \"$dir\"",
                    "Remove-Item \"$dir\\`$*\", \"$dir\\Uninstall*\" -Recurse"
                ]
            }
        }
    },
    "bin": "Gridea.exe",
    "shortcuts": [
        [
            "Gridea.exe",
            "Gridea"
        ]
    ],
    "checkver": {
        "github": "https://github.com/getgridea/gridea"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/getgridea/gridea/releases/download/v$version/Gridea.Setup.$version.exe#/dl.7z",
                "hash": {
                    "url": "$baseurl/latest.yml",
                    "regex": "sha512: $base64"
                }
            }
        }
    }
}
