From 3089ec91afc17ed2dc279b61f46fbe0f183ba271 Mon Sep 17 00:00:00 2001 From: Valentin Descamps Date: Mon, 2 Sep 2024 09:41:57 +0200 Subject: [PATCH 1/2] jf: Add version 2.66.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..d73b81374fac6 --- /dev/null +++ b/bucket/jf.json @@ -0,0 +1,27 @@ +{ + "version": "2.66.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.66.0/jfrog-cli-windows-amd64/jf.exe", + "hash": "f9aed406037024c0b68f04feaca49992e4b3a91b2b676b6e29101cfad8e8f1ae" + } + }, + "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 d479383397b27..279be5df59835 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": { From 988f172e4414bf186fffbf95f9e657bf52b6a56f Mon Sep 17 00:00:00 2001 From: Valentin <3774962+val1984@users.noreply.github.com> Date: Sun, 15 Sep 2024 13:48:41 +0200 Subject: [PATCH 2/2] Update jf to 2.67.0 --- bucket/jf.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/jf.json b/bucket/jf.json index d73b81374fac6..f74368e6893c4 100644 --- a/bucket/jf.json +++ b/bucket/jf.json @@ -1,12 +1,12 @@ { - "version": "2.66.0", + "version": "2.67.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.66.0/jfrog-cli-windows-amd64/jf.exe", - "hash": "f9aed406037024c0b68f04feaca49992e4b3a91b2b676b6e29101cfad8e8f1ae" + "url": "https://releases.jfrog.io/artifactory/jfrog-cli/v2-jf/2.67.0/jfrog-cli-windows-amd64/jf.exe", + "hash": "7a4edc26f8bee5d53ab178245f174bda20fc4721a6c934815d0d73a540a98c8c" } }, "bin": "jf.exe",