Skip to content

Commit

Permalink
Updated formula beam
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jul 1, 2024
1 parent f4a6c14 commit 138f526
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Formula/beam.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,20 @@ class Beam < Formula
desc "The open-source serverless GPU container runtime."
homepage "https://docs.beam.cloud/v2"
license "AGPL-3.0"
version "0.2.41"
version "0.2.42"

if OS.mac? && Hardware::CPU.intel?
url "https://github.com/beam-cloud/beam-client/releases/download/cli-0.2.41/beam-0.2.41-darwin-amd64.tar.gz"
sha256 "853dffe2c889ac8a645e7a1af38704018b513da88c5622012d4d9c20d57dfebd"
url "https://github.com/beam-cloud/beam-client/releases/download/cli-0.2.42/beam-0.2.42-darwin-amd64.tar.gz"
sha256 "006a900c73e7ac45fd8ef61c7fc24b1e96adb319ef39e39cf5eda002159fe7f7"
elsif OS.mac? && Hardware::CPU.arm?
url "https://github.com/beam-cloud/beam-client/releases/download/cli-0.2.41/beam-0.2.41-darwin-arm64.tar.gz"
sha256 "c3cf477fcd96f7d1c5fee4acffec77df6844cb53c1ef42a5f3505f5cee6f809a"
url "https://github.com/beam-cloud/beam-client/releases/download/cli-0.2.42/beam-0.2.42-darwin-arm64.tar.gz"
sha256 "1413bd55971aa7e3acb94e54592b778d8767c4acaf461d6f525228864866f210"
elsif OS.linux? && Hardware::CPU.intel?
url "https://github.com/beam-cloud/beam-client/releases/download/cli-0.2.41/beam-0.2.41-linux-amd64.tar.gz"
sha256 "cc5f1e4aee4928f3579e9e643474cc69492d316999420d2f7af98209b91db443"
url "https://github.com/beam-cloud/beam-client/releases/download/cli-0.2.42/beam-0.2.42-linux-amd64.tar.gz"
sha256 "4ff5200b514a926335463ed4e68e70a21fde6e4142377ed15a93a263977bd134"
elsif OS.linux? && Hardware::CPU.arm?
url "https://github.com/beam-cloud/beam-client/releases/download/cli-0.2.41/beam-0.2.41-linux-arm64.tar.gz"
sha256 "c00b484c44bce7f363b5b7302f2d11182b0ea142d72e676500d8f431c71789c9"
url "https://github.com/beam-cloud/beam-client/releases/download/cli-0.2.42/beam-0.2.42-linux-arm64.tar.gz"
sha256 "81ff446380466f0680d03a4e2127e3ac1c09c7923dcee4a87a85b5c068f41d2e"
else
odie "Unsupported platform or architecture"
end
Expand Down

0 comments on commit 138f526

Please sign in to comment.