{
    "version": "5.1.6",
    "description": "A genealogy program that is both intuitive for hobbyists and feature-complete for professional genealogists.",
    "homepage": "https://www.gramps-project.org/",
    "license": "GPL-2.0-only",
    "architecture": {
        "64bit": {
            "url": "https://github.com/gramps-project/gramps/releases/download/v5.1.6/GrampsAIO-5.1.6-1_win64.exe#/dl.7z",
            "hash": "293f3d56ae36b4a6599dd7fa3a766eb0d36b5c3dec1f80e41da24b6831d76209"
        }
    },
    "env_set": {
        "GRAMPS_DIR": "$dir",
        "GRAMPSHOME": "$persist_dir"
    },
    "bin": "gramps.exe",
    "shortcuts": [
        [
            "grampsw.exe",
            "Gramps"
        ]
    ],
    "checkver": {
        "github": "https://github.com/gramps-project/gramps"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/gramps-project/gramps/releases/download/v$version/GrampsAIO-$version-1_win64.exe#/dl.7z"
            }
        }
    }
}
