2021-12-13 20:27:16 +00:00

28 lines
874 B
JSON

{
"version": "2.9.0",
"description": "Command line interface for Artifactory and Bintray",
"homepage": "https://jfrog.com/getcli/",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://releases.jfrog.io/artifactory/jfrog-cli/v2/2.9.0/jfrog-cli-windows-amd64/jfrog.exe",
"hash": "25ecd791eb98098b586b1219008a7b86f2bea0b0d4645b8df8036c7c62d83e7c"
}
},
"bin": "jfrog.exe",
"checkver": {
"url": "https://github.com/jfrog/jfrog-cli/releases",
"regex": "tag/v(2\\.[\\d.]+)"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://releases.jfrog.io/artifactory/jfrog-cli/v$majorVersion/$version/jfrog-cli-windows-amd64/jfrog.exe"
}
},
"hash": {
"url": "$url.sha256"
}
}
}