Skip to content

Commit

Permalink
Merge pull request #90 from lightbend/create-pull-request/patch-6df7864
Browse files Browse the repository at this point in the history
Update kalix CLI version
  • Loading branch information
girdharshubham authored Jun 28, 2024
2 parents 6df7864 + 3121e05 commit 1a34961
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.45"
version "2.0.46"
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 "78aea89cee63da13f9dfb9a0645b44938fb0730cf9463017e6f25ad6a2bbd500"
sha256 "b3fde02d9bf5ba28f202c3a6ea03c86d6ad8221b02c2288b447b2523038b2383"
else
url "https://downloads.kalix.io/#{version}/kalix_darwin_arm64_#{version}.tar.gz"
sha256 "6e416bc4743bc5820f310ceee02931980e94879ed3bc7f3f3f0abd24375edc2f"
sha256 "b11a64f6aa001a2a919b30e08d4826dda0a2cea2018b1e7669a87fd455eba41d"
end
end

if OS.linux?
url "https://downloads.kalix.io/#{version}/kalix_linux_amd64_#{version}.tar.gz"
sha256 "95e2ebaaeee18c3ee2a7567f211f7c4aae21c9795296773111f2a877bbe27ba8"
sha256 "d851906947efd35988d4a07d784a5ac22d57b4794ea539b6c657e77c19d4a010"
end

def install
Expand Down

0 comments on commit 1a34961

Please sign in to comment.