{
    "version": "0.2024.02.03",
    "description": "Cross platform GUI plist editor written in python.",
    "homepage": "https://github.com/corpnewt/ProperTree",
    "license": "BSD-3-Clause",
    "depends": "python",
    "url": "https://github.com/corpnewt/ProperTree/archive/c2785904d4629b4be0a0021741e7a9c5cb9efdde.zip",
    "hash": "a6452c1d64e440ecbcb5257c893d576431967187823d0b894bf93288da0854ee",
    "extract_dir": "ProperTree-c2785904d4629b4be0a0021741e7a9c5cb9efdde",
    "bin": "ProperTree.bat",
    "shortcuts": [
        [
            "ProperTree.bat",
            "ProperTree"
        ]
    ],
    "pre_install": "if (!(Test-Path \"$persist_dir\\Scripts\\settings.json\")) { Set-Content \"$dir\\Scripts\\settings.json\" '{}' -Encoding Ascii }",
    "persist": "Scripts\\settings.json",
    "checkver": {
        "url": "https://github.com/corpnewt/ProperTree/commits/master.atom",
        "regex": "(?s)>(\\d+)-(\\d+)-(\\d+)T.*?/(?<sha>[0-9a-f]{40})",
        "replace": "0.${1}.${2}.${3}"
    },
    "autoupdate": {
        "url": "https://github.com/corpnewt/ProperTree/archive/$matchSha.zip",
        "extract_dir": "ProperTree-$matchSha"
    }
}
