Codebase list ffcvt / 290769a6-bbf0-4519-b20d-134f882b2921/main bintray-bin.json
290769a6-bbf0-4519-b20d-134f882b2921/main

Tree @290769a6-bbf0-4519-b20d-134f882b2921/main (Download .tar.gz)

bintray-bin.json @290769a6-bbf0-4519-b20d-134f882b2921/mainraw · history · blame

{
    "package": {
        "name": "ffcvt",
        "repo": "bin",
        "subject": "suntong",
        "desc": "ffmpeg convert wrapper tool",
        "website_url": "https://github.com/suntong/ffcvt",
        "issue_tracker_url": "https://github.com/suntong/ffcvt/issues",
        "vcs_url": "https://github.com/suntong/ffcvt.git",
        "licenses": ["MIT"],
        "public_download_numbers": false
    },

    "version": {
        "name": "$VERSION",
        "desc": "Release $VERSION",
        "released": "$DATE",
        "gpgSign": false
    },

    "files": [{
	"includePattern": "out/(.*)", "uploadPattern": "$VERSION/$1",
        "matrixParams": {
            "override": 1
        }
    }],

    "publish": true
}