{
    "version": "2025.11.4.208157",
    "description": "Continuous Integration server by JetBrains.",
    "homepage": "https://www.jetbrains.com/teamcity/",
    "license": {
        "identifier": "Proprietary",
        "url": "https://www.jetbrains.com/store/license.html"
    },
    "notes": "TeamCity can be started from anywhere using 'teamcity' command.",
    "url": "https://download.jetbrains.com/teamcity/TeamCity-2025.11.exe#/dl.7z",
    "hash": "018537088485a97e31179ae175bec2d17296e6018fb4a8f806c56f13a4142254",
    "installer": {
        "script": [
            "Remove-Item \"$dir\\`$*\" -Recurse",
            "$ver_path = \"$dir\\bin\"",
            "$cont = @(",
            "    \"Push-Location \"\"$ver_path\"\"\"",
            "    '& .\\teamcity-server.bat @args'",
            "    'Pop-Location'",
            ")",
            "Set-Content \"$dir\\teamcity.ps1\" $cont -Encoding Ascii"
        ]
    },
    "bin": "teamcity.ps1",
    "persist": "conf",
    "checkver": {
        "url": "https://data.services.jetbrains.com/products/releases?code=TC&latest=true&platform=windows&type=release",
        "regex": "version\":\"(?<ver>[\\d.]+)\".*\"build\":\"(?<build>[\\d.]+)\"",
        "replace": "${ver}.${build}"
    },
    "autoupdate": {
        "url": "https://download.jetbrains.com/teamcity/TeamCity-$majorVersion.$minorVersion.exe#/dl.7z",
        "hash": {
            "url": "$url.sha256"
        }
    }
}
