Skip to content

Commit

Permalink
jf: Add version 2.71.0
Browse files Browse the repository at this point in the history
also add notes to existing jfrog package
  • Loading branch information
val1984 committed Oct 14, 2024
1 parent d7cf6b3 commit 1948028
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 0 deletions.
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

0 comments on commit 1948028

Please sign in to comment.