2022-07-03 20:27:07 +00:00

28 lines
876 B
JSON

{
"version": "2.20.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.20.0/jfrog-cli-windows-amd64/jfrog.exe",
"hash": "094c2ed3d47174e3db5f620fc20ba1ae15a9fd4a9ed0a5a6c1ce80a71ec12d75"
}
},
"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"
}
}
}