Skip to content

Commit

Permalink
Merge pull request #76 from lightbend/create-pull-request/patch-47d19e1
Browse files Browse the repository at this point in the history
Update kalix CLI version
  • Loading branch information
jroper authored Nov 1, 2023
2 parents 47d19e1 + bdfe758 commit a45e452
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.33"
version "2.0.34"
desc "Kalix :: Command Line Interface"
homepage "https://kalix.io"
license ""

if OS.mac?
if Hardware::CPU.intel?
url "https://downloads.kalix.io/#{version}/kalix_darwin_amd64_#{version}.tar.gz"
sha256 "a1d4c42b1fc07b03d309ce91845848ad2453599552d9e03c94e12f16cda4d069"
sha256 "a6d91868f3976fdfcfbd0a12962b275c5b395efc30b3d1d6011c8a6601f5a423"
else
url "https://downloads.kalix.io/#{version}/kalix_darwin_arm64_#{version}.tar.gz"
sha256 "12c8a4468ad692312346d37fce8f428b478e9d490c878419cfb4ca0e43fda520"
sha256 "ff721f178b0729529c3377041222563caa8cbab9d55f0a9b301e0f13ed642c1c"
end
end

if OS.linux?
url "https://downloads.kalix.io/#{version}/kalix_linux_amd64_#{version}.tar.gz"
sha256 "7c0f263c869a4518deb5d385040fb07c22dd84f96db8ce7868bbf7bd7668d7d7"
sha256 "2db4b7f87c52acb912b333798f69ba258c67d5b51921796c93757e8146aba9f3"
end

def install
Expand Down

0 comments on commit a45e452

Please sign in to comment.