-
-
Notifications
You must be signed in to change notification settings - Fork 973
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
also add notes to existing jfrog package
- Loading branch information
Showing
2 changed files
with
31 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
{ | ||
"version": "2.70.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.70.0/jfrog-cli-windows-amd64/jf.exe", | ||
"hash": "76dcc14c840fb7a7ca2b36fd064a3884414537149ca9d599357305e8b5b1e8c1" | ||
} | ||
}, | ||
"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" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters