{
    "version": "1.4.3",
    "description": "ZLocation is the new Jump-Location",
    "homepage": "https://github.com/vors/ZLocation",
    "license": "MIT",
    "notes": [
        "Use the module by running: 'Import-Module ZLocation'",
        "Add that command to your $PROFILE to make it permanent"
    ],
    "url": "https://cdn.powershellgallery.com/packages/zlocation.1.4.3.nupkg",
    "hash": "027f219447d0f02b364700c4a284a946389a946850eacf47efff5c300854aa46",
    "pre_install": "Remove-Item \"$dir\\_rels\", \"$dir\\package\", \"$dir\\*Content*.xml\" -Recurse",
    "psmodule": {
        "name": "ZLocation"
    },
    "checkver": {
        "url": "https://www.powershellgallery.com/packages/ZLocation",
        "regex": "Downloads of\\s+([\\d.]+)"
    },
    "autoupdate": {
        "url": "https://cdn.powershellgallery.com/packages/zlocation.$version.nupkg",
        "extract_dir": "ZLocation-$version\\ZLocation"
    }
}
