Skip to content

Commit

Permalink
Merge pull request #79 from lightbend/create-pull-request/patch-76dcdd8
Browse files Browse the repository at this point in the history
Update kalix CLI version
  • Loading branch information
jroper authored Dec 4, 2023
2 parents 76dcdd8 + 3432eb3 commit 08ff093
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.36"
version "2.0.37"
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 "64eace528fe4299f103a9c36a62abb0c68b59e3b2b452cbd792fe535e6766f9f"
sha256 "c5be8383e059b301daa58c1cb21c4e2182cfb858f1c3e2f9a74aa1c2e125b11c"
else
url "https://downloads.kalix.io/#{version}/kalix_darwin_arm64_#{version}.tar.gz"
sha256 "7c8b3cc835750533bad0e9affa0f6679b33094a3baf4c38e852f995b398a3718"
sha256 "2516739fbd0eb55b2c71a33181b96ac5420d238c20374d33355ac77e13e3e085"
end
end

if OS.linux?
url "https://downloads.kalix.io/#{version}/kalix_linux_amd64_#{version}.tar.gz"
sha256 "20315bd20db73251a51e844b98bcb1c0d9b226440fdf4f7c769c19abe0df5aab"
sha256 "20644695d3b9a866c9148780b5dfd925ffa187283b691d540e97cff31d4e5634"
end

def install
Expand Down

0 comments on commit 08ff093

Please sign in to comment.