Skip to content

Commit

Permalink
kyma-cli: update sha256, add livecheck
Browse files Browse the repository at this point in the history
  • Loading branch information
samford committed Dec 21, 2023
1 parent 69e3f66 commit 2fee85c
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion Formula/k/kyma-cli.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,19 @@ class KymaCli < Formula
desc "Kyma command-line interface"
homepage "https://kyma-project.io"
url "https://github.com/kyma-project/cli/archive/refs/tags/2.20.1.tar.gz"
sha256 "5648038946088c0ed0901bd0ff04bfadb25cbbf33230e760e580671fd59ef8c1"
sha256 "f9ed216465b3b3124efb299c9a0f444a6294eed65243a08d5c0765048a05d0f0"
license "Apache-2.0"
revision 1
head "https://github.com/kyma-project/cli.git", branch: "main"

# Upstream appears to use GitHub releases to indicate that a version is
# released and they sometimes re-tag versions before that point, so it's
# necessary to check release versions instead of tags.
livecheck do
url :stable
strategy :github_latest
end

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "0918ccc8e9a45f76e838edfb13bc159450eb4fc6cb6bcd16213df16b13500b22"
sha256 cellar: :any_skip_relocation, arm64_ventura: "f39181a658a083e651f60e92fd84b7e65d0cd6b3aaf8e64fad2aca04668fda44"
Expand Down

0 comments on commit 2fee85c

Please sign in to comment.