Skip to content

Commit

Permalink
Merge pull request #196664 from Homebrew/bump-lando-cli-3.23.3
Browse files Browse the repository at this point in the history
lando-cli 3.23.3
  • Loading branch information
BrewTestBot authored Nov 5, 2024
2 parents 9dc9da1 + 60af9ff commit f468e4b
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Formula/l/lando-cli.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class LandoCli < Formula
desc "Cli part of Lando"
homepage "https://docs.lando.dev/cli"
url "https://github.com/lando/cli/archive/refs/tags/v3.23.2.tar.gz"
sha256 "32901cf30b1e8bd44a206879f881de24aa080b094574e268596252be05398c2b"
url "https://github.com/lando/cli/archive/refs/tags/v3.23.3.tar.gz"
sha256 "2778536f25b152bce8a538291226944c53efc2899409bc31a26140730faebed6"
license "GPL-3.0-or-later"

livecheck do
Expand All @@ -11,12 +11,12 @@ class LandoCli < Formula
end

bottle do
sha256 cellar: :any_skip_relocation, arm64_sequoia: "27262f91087973c790e2e67183836a75e94089383ed4c4f995b4e538fbf92c87"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "27262f91087973c790e2e67183836a75e94089383ed4c4f995b4e538fbf92c87"
sha256 cellar: :any_skip_relocation, arm64_ventura: "27262f91087973c790e2e67183836a75e94089383ed4c4f995b4e538fbf92c87"
sha256 cellar: :any_skip_relocation, sonoma: "1ce82b4149d9027f9b58722388d413eb2ec10cdc00226ec6402751f698fde274"
sha256 cellar: :any_skip_relocation, ventura: "1ce82b4149d9027f9b58722388d413eb2ec10cdc00226ec6402751f698fde274"
sha256 cellar: :any_skip_relocation, x86_64_linux: "27262f91087973c790e2e67183836a75e94089383ed4c4f995b4e538fbf92c87"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "55fb80ff406d9a651643bfd3d6d0b0c510c7f48b747fae30af1c184469830167"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "55fb80ff406d9a651643bfd3d6d0b0c510c7f48b747fae30af1c184469830167"
sha256 cellar: :any_skip_relocation, arm64_ventura: "55fb80ff406d9a651643bfd3d6d0b0c510c7f48b747fae30af1c184469830167"
sha256 cellar: :any_skip_relocation, sonoma: "bfe5f7511cc734770e927e9302183d532345b56437468cb15d45f60be32ee59a"
sha256 cellar: :any_skip_relocation, ventura: "bfe5f7511cc734770e927e9302183d532345b56437468cb15d45f60be32ee59a"
sha256 cellar: :any_skip_relocation, x86_64_linux: "55fb80ff406d9a651643bfd3d6d0b0c510c7f48b747fae30af1c184469830167"
end

depends_on "node"
Expand Down

0 comments on commit f468e4b

Please sign in to comment.