{
    "version": "6.0.8",
    "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/v6.0.8/GrampsAIO-6.0.8--1_win64.exe#/dl.7z",
            "hash": "5c8e3a3f6ae7fec8b1ea4ac9e8eed2a1ee27292dab124ee24350f4d016b49674"
        }
    },
    "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"
            }
        },
        "hash": {
            "url": "https://github.com/gramps-project/gramps/releases/tag/v$version",
            "find": "$sha256\\s+$basename"
        }
    }
}
