Skip to content

Commit

Permalink
update to 0.12.5
Browse files Browse the repository at this point in the history
  • Loading branch information
10ko committed Sep 14, 2020
1 parent 5437e71 commit d1aa96c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Formula/garden-cli.rb
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
class GardenCli < Formula
desc "Development engine for Kubernetes"
homepage "https://garden.io"
url "https://github.com/garden-io/garden/releases/download/v0.12.3/garden-v0.12.3-macos-amd64.tar.gz"
version "0.12.3"
sha256 "a1d7fa9b72ca568a921d98b254a7f94df90d62e0e9647f28cb89050d4349c4af"
url "https://github.com/garden-io/garden/releases/download/0.12.5/garden-0.12.5-macos-amd64.tar.gz"
version "0.12.5"
sha256 "c044d2948ca3889aabf17cd4e12729a7840a73d59c6b41255ff8db6e69ebcaa2"

depends_on "rsync"

def install
libexec.install "garden", "fsevents.node", "static", "node_sqlite3.node"
libexec.install "garden", "fsevents.node", "static", "better_sqlite3.node"
bin.install_symlink libexec/"garden"
end

Expand Down

0 comments on commit d1aa96c

Please sign in to comment.