From 4dac5947fd001992c146ded35ba756dcc8ca2802 Mon Sep 17 00:00:00 2001 From: Bartosz Blizniak Date: Mon, 18 May 2026 12:34:23 +0100 Subject: [PATCH] Bump cloudsmith-cli to v1.17.0 --- Formula/cloudsmith-cli.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/cloudsmith-cli.rb b/Formula/cloudsmith-cli.rb index 55ff081..b8dcbe8 100644 --- a/Formula/cloudsmith-cli.rb +++ b/Formula/cloudsmith-cli.rb @@ -2,8 +2,8 @@ class CloudsmithCli < Formula desc "Official Cloudsmith Command-Line Interface - Be Awesome. Automate Everything" homepage "https://docs.cloudsmith.com/developer-tools/cli" - url "https://github.com/cloudsmith-io/cloudsmith-cli/releases/download/v1.16.0/cloudsmith.pyz" - sha256 "303d535bd41b4bf9ed96a8978cbd94271a120bab93464c448093a995e5f03756" + url "https://github.com/cloudsmith-io/cloudsmith-cli/releases/download/v1.17.0/cloudsmith.pyz" + sha256 "079c5ef347febb74f7046b463343d84aa2735dc93b8e439ecd915b92ca5d1833" license "Apache-2.0" # The PEX/zipapp bundles all Python dependencies, so we only need Python 3.10