-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathjfrog.json
27 lines (27 loc) · 903 Bytes
/
jfrog.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"version": "2.74.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.74.0/jfrog-cli-windows-amd64/jfrog.exe",
"hash": "30be19756b99be3c37b1547d5f1bf8e70bb228d6d0fe1e212e0e417f87371b6f"
}
},
"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"
}
}
}