mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-02 22:14:30 +00:00
28 lines
876 B
JSON
28 lines
876 B
JSON
{
|
|
"version": "2.78.6",
|
|
"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.78.6/jfrog-cli-windows-amd64/jfrog.exe",
|
|
"hash": "310041c0c814efbcd5e5402e4e44902a0c2d251b911d30f72bd0d9ed3dc538b4"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|