mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-30 04:24:28 +00:00
28 lines
878 B
JSON
28 lines
878 B
JSON
{
|
|
"version": "2.52.10",
|
|
"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.52.10/jfrog-cli-windows-amd64/jfrog.exe",
|
|
"hash": "7fe78db534d69aa1a4a2a320e3c710036f883eca2c84b65f8c6e9f645be44a0e"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|