{
    "version": "1.1.0",
    "description": "A PowerShell module which provides Git/PowerShell integration.",
    "homepage": "http://dahlbyk.github.io/posh-git/",
    "license": "MIT",
    "url": "https://cdn.powershellgallery.com/packages/posh-git.1.1.0.nupkg",
    "hash": "87d9d37eb63d0d1b5f66622ab7ec16cd452a43cec45963ac0e596737750a00cc",
    "pre_install": "Remove-Item \"$dir\\_rels\", \"$dir\\package\", \"$dir\\*Content*.xml\" -Recurse",
    "psmodule": {
        "name": "posh-git"
    },
    "checkver": {
        "url": "https://www.powershellgallery.com/packages/posh-git",
        "regex": "<h2>([\\d.]+)</h2>"
    },
    "autoupdate": {
        "url": "https://cdn.powershellgallery.com/packages/posh-git.$version.nupkg"
    }
}
