Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 27 additions & 0 deletions bucket/jf.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"version": "2.71.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-jf/2.71.0/jfrog-cli-windows-amd64/jf.exe%20#/jf.exe",
"hash": "4782500cf92b985e74f3c534830259a9e3227abb24fcdc77a7416a13ec7b2973"
}
},
"bin": "jf.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-jf/$version/jfrog-cli-windows-amd64/jf.exe"
}
},
"hash": {
"url": "$url.sha256"
}
}
}
4 changes: 4 additions & 0 deletions bucket/jfrog.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@
"url": "https://github.com/jfrog/jfrog-cli/releases",
"regex": "tag/v(2\\.[\\d.]+)"
},
"notes": [
"JFrog has chosen to rename jfrog.exe to jf.exe, which is available in the `jf` package.",
"https://docs.jfrog-applications.jfrog.io/jfrog-applications/jfrog-cli/install#installation"
],
"autoupdate": {
"architecture": {
"64bit": {
Expand Down