{
    "##": "Not all releases include build artifacts, hence the checkver.jsonpath. See: https://github.com/textbrowser/biblioteq/issues/300.",
    "version": "2025.12.25",
    "description": "Professional archiving, cataloging, and library management suite providing connectivity to PostgreSQL and SQLite.",
    "homepage": "https://textbrowser.github.io/biblioteq/",
    "license": "BSD-3-Clause",
    "suggest": {
        "vcredist": "extras/vcredist2022"
    },
    "architecture": {
        "64bit": {
            "url": "https://github.com/textbrowser/biblioteq/releases/download/2025.12.25/BiblioteQ-2025.12.25.zip",
            "hash": "29e415cf2d4632123c75c59a755f66f9f07bd15eb8d128713f170ecc8f39407f"
        }
    },
    "extract_dir": "BiblioteQ",
    "pre_install": "Remove-Item \"$dir\\vc_red*\"",
    "shortcuts": [
        [
            "BiblioteQ.exe",
            "BiblioteQ"
        ]
    ],
    "persist": ".biblioteq",
    "checkver": {
        "github": "https://api.github.com/repos/textbrowser/biblioteq/releases",
        "jsonpath": "$[?(@.assets[0].url)].tag_name"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/textbrowser/biblioteq/releases/download/$version/BiblioteQ-$version.zip"
            }
        }
    }
}
