Skip to content

Commit

Permalink
Bump garden-cli.rb to edge-bonsai
Browse files Browse the repository at this point in the history
This is just a test. DO NOT MERGE

You can safely close this PR. This is a test PR created by garden-io/garden#5062

@TimBeyer Please close this pull request.
  • Loading branch information
TimBeyer authored Sep 12, 2023
1 parent da87101 commit c0464e7
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions Formula/garden-cli.rb
Original file line number Diff line number Diff line change
@@ -1,12 +1,20 @@
class GardenCli < Formula
desc "Development engine for Kubernetes"
homepage "https://garden.io"
url "https://download.garden.io/core/0.13.13/garden-0.13.13-macos-amd64.tar.gz"
version "0.13.13"
sha256 "45e7d55a1657b9d4af43c8a508fdfb0e1c48379829586446dba243a515fa434c"

version "edge-bonsai"

depends_on "rsync"

# Determine architecture
if Hardware::CPU.arm?
url "https://download.garden.io/core/edge-bonsai/garden-edge-bonsai-macos-arm64.tar.gz"
sha256 "77bdb6e132402f3e4c470490b923cbed7b7b993c0598f57defc3ede126fd63de"
else
url "https://download.garden.io/core/edge-bonsai/garden-edge-bonsai-macos-amd64.tar.gz"
sha256 "7c4e4328d335ed685ae577f1523ee7a4632d4f7617cfe14ccafc3c79b3ba642c"
end

def install
libexec.install "garden", "fsevents.node", "static"
bin.install_symlink libexec/"garden"
Expand Down

0 comments on commit c0464e7

Please sign in to comment.