{
    "version": "7.0.1",
    "description": "TortoiseHg. A set of graphical tools and a shell extension for the Mercurial distributed revision control system.",
    "homepage": "https://tortoisehg.bitbucket.io/",
    "license": {
        "identifier": "GPL-2.0-only",
        "url": "https://tortoisehg.readthedocs.io/en/latest/preface.html"
    },
    "architecture": {
        "64bit": {
            "url": "https://www.mercurial-scm.org/release/tortoisehg/windows/tortoisehg-7.0.1-x64.msi",
            "hash": "39697eab1e17684737bdd36d840eabf71a63aa2d75c2b3edbbfcdf536731d4f9"
        },
        "32bit": {
            "url": "https://www.mercurial-scm.org/release/tortoisehg/windows/tortoisehg-7.0.1-x86.msi",
            "hash": "1dc3227e646f45f5463809402e9365d1fd5a9883704d499a31b89f8d1856c722"
        }
    },
    "extract_dir": "PFiles\\TortoiseHg",
    "bin": [
        "thg.exe",
        "thgw.exe",
        "hg.exe",
        "Pageant.exe",
        "TortoiseHgOverlayServer.exe",
        "lib\\kdiff3.exe",
        "lib\\TortoisePlink.exe"
    ],
    "shortcuts": [
        [
            "thg.exe",
            "Thg, TortoiseHg's GUI tools for Mercurial SCM (Hg)"
        ],
        [
            "thgw.exe",
            "TortoiseHg Workbench"
        ],
        [
            "hg.exe",
            "Mercurial Distributed SCM"
        ],
        [
            "Pageant.exe",
            "Pageant is a PuTTY authentication agent"
        ],
        [
            "TortoiseHgOverlayServer.exe",
            "Service which gives us icons on the version-controlled files or folders"
        ],
        [
            "lib\\kdiff3.exe",
            "Tool for Comparison and Merge of Files and Directories"
        ],
        [
            "lib\\TortoisePlink.exe",
            "Command-line connection utility (based on PuTTY Plink)"
        ]
    ],
    "checkver": {
        "url": "https://www.mercurial-scm.org/release/tortoisehg/windows/",
        "regex": "tortoisehg-([\\d.]+)-x[468]{2}\\.msi",
        "reverse": true
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://www.mercurial-scm.org/release/tortoisehg/windows/tortoisehg-$version-x64.msi"
            },
            "32bit": {
                "url": "https://www.mercurial-scm.org/release/tortoisehg/windows/tortoisehg-$version-x86.msi"
            }
        }
    }
}
