{
    "version": "1.1.0",
    "description": "A modern reimplementation of git-flow in Go that offers greater flexibility while maintaining backward compatibility with the original git-flow and git-flow-avh. (Pre-release)",
    "homepage": "https://github.com/gittower/git-flow-next",
    "license": "BSD-2-Clause",
    "architecture": {
        "64bit": {
            "url": "https://github.com/gittower/git-flow-next/releases/download/v1.1.0/git-flow-next-v1.1.0-windows-amd64.zip",
            "hash": "efc99c155c2ffd8259b2abbad69551928cbcfecf00c8b5031a12a0c67b3edb25"
        },
        "32bit": {
            "url": "https://github.com/gittower/git-flow-next/releases/download/v1.1.0/git-flow-next-v1.1.0-windows-386.zip",
            "hash": "890583eea09a91ff684d73ba9cc2be0ea1d066fa4ad99a604345a9f0effec821"
        }
    },
    "pre_install": "Get-ChildItem \"$dir\\git-flow*.exe\" | Select-Object -First 1 | Rename-Item -NewName 'git-flow.exe'",
    "bin": "git-flow.exe",
    "checkver": "github",
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/gittower/git-flow-next/releases/download/v$version/git-flow-next-v$version-windows-amd64.zip"
            },
            "32bit": {
                "url": "https://github.com/gittower/git-flow-next/releases/download/v$version/git-flow-next-v$version-windows-386.zip"
            }
        },
        "hash": {
            "url": "https://github.com/gittower/git-flow-next/releases/download/v$version/git-flow-next-v$version-checksums.txt"
        }
    }
}
