Skip to content

Commit

Permalink
Merge pull request #98 from lightbend/create-pull-request/patch-3150b80
Browse files Browse the repository at this point in the history
Update kalix CLI version
  • Loading branch information
girdharshubham authored Nov 19, 2024
2 parents 3150b80 + 6427f07 commit 2f80ba2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Formula/kalix.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,24 +13,24 @@
# limitations under the License.

class Kalix < Formula
version "2.0.53"
version "2.0.54"
desc "Kalix :: Command Line Interface"
homepage "https://kalix.io"
license "https://downloads.lightbend.com/website/legal/lightbend-commercial-software-license-agreement.txt"

if OS.mac?
if Hardware::CPU.intel?
url "https://downloads.kalix.io/#{version}/kalix_darwin_amd64_#{version}.tar.gz"
sha256 "5f51acf64ed184eac9bfe9bd620ca0c8d83689d97273fcf74ae08809a396bf1f"
sha256 "6861488510f8fec937ff6e7bdf7a31926effd32e6c489ea14dfb45c30ee48203"
else
url "https://downloads.kalix.io/#{version}/kalix_darwin_arm64_#{version}.tar.gz"
sha256 "42ffa745bb106bec6a49614d0d20bb7583eac2c7fcc138f897fd01a6c872f2cd"
sha256 "ac9edcfd144a9a434e203b2f457c23dc36d979fe2979258004c49da74356cf4c"
end
end

if OS.linux?
url "https://downloads.kalix.io/#{version}/kalix_linux_amd64_#{version}.tar.gz"
sha256 "318b44c59c985cca80046ffa2dd7108d7db99d8a851d25c80bee077cea148cd1"
sha256 "309fe227e44385984625c83e0397052a791d7693c9b9a8632d93dddf3f3fc223"
end

def install
Expand Down

0 comments on commit 2f80ba2

Please sign in to comment.