2024-11-04 16:30:42 +00:00

28 lines
876 B
JSON

{
"version": "2.71.3",
"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.71.3/jfrog-cli-windows-amd64/jfrog.exe",
"hash": "ba5583173ac2bd87b6d98a251d32dd71e7d8152c5e5d002c40962ef6b912c4d9"
}
},
"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"
}
}
}