From 1948028b93e34b3a21580ca1f9f9d3e417b3c5a9 Mon Sep 17 00:00:00 2001 From: Valentin Descamps Date: Mon, 2 Sep 2024 09:41:57 +0200 Subject: [PATCH] jf: Add version 2.71.0 also add notes to existing jfrog package --- bucket/jf.json | 27 +++++++++++++++++++++++++++ bucket/jfrog.json | 4 ++++ 2 files changed, 31 insertions(+) create mode 100644 bucket/jf.json diff --git a/bucket/jf.json b/bucket/jf.json new file mode 100644 index 0000000000000..09e98063de68c --- /dev/null +++ b/bucket/jf.json @@ -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" + } + } +} diff --git a/bucket/jfrog.json b/bucket/jfrog.json index ac95d31da757e..35412530258dd 100644 --- a/bucket/jfrog.json +++ b/bucket/jfrog.json @@ -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": {