{
    "version": "14.5.1",
    "description": "Subversion client",
    "homepage": "https://www.smartsvn.com/",
    "license": {
        "identifier": "Proprietary",
        "url": "https://www.smartsvn.com/documents/smartsvn-license.html"
    },
    "architecture": {
        "64bit": {
            "url": "https://www.smartsvn.com/downloads/smartsvn/smartsvn-windows-portable-14_5_1.zip",
            "hash": "sha1:1c8835e9851eec37ddc151415a3e0a45cbbe0ccb"
        }
    },
    "extract_dir": "SmartSVN 14.5",
    "bin": [
        "bin\\smartsvnc.exe",
        [
            "bin\\smartsvnc.exe",
            "smartsvn"
        ]
    ],
    "shortcuts": [
        [
            "bin\\smartsvn.exe",
            "SmartSVN"
        ]
    ],
    "persist": ".settings",
    "checkver": {
        "url": "https://www.smartsvn.com/download/",
        "regex": "smartsvn-windows-portable-([\\d]+)_([\\d]+)_([\\d]+).zip",
        "replace": "${1}.${2}.${3}"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://www.smartsvn.com/downloads/smartsvn/smartsvn-windows-portable-$underscoreVersion.zip"
            }
        },
        "hash": {
            "url": "https://www.smartsvn.com/download/",
            "regex": "(?sm)$basename.*?$sha1"
        },
        "extract_dir": "SmartSVN $majorVersion.$minorVersion"
    }
}
