Skip to content

Commit

Permalink
Merge pull request #154943 from BrewTestBot/bump-ctlptl-0.8.23
Browse files Browse the repository at this point in the history
ctlptl 0.8.23
  • Loading branch information
BrewTestBot authored Nov 20, 2023
2 parents ad1a3d0 + 5b559f1 commit 3ef4cb8
Showing 1 changed file with 9 additions and 11 deletions.
20 changes: 9 additions & 11 deletions Formula/c/ctlptl.rb
Original file line number Diff line number Diff line change
@@ -1,20 +1,18 @@
class Ctlptl < Formula
desc "Making local Kubernetes clusters fun and easy to set up"
homepage "https://github.com/tilt-dev/ctlptl"
url "https://github.com/tilt-dev/ctlptl/archive/refs/tags/v0.8.22.tar.gz"
sha256 "ae725092f085be1685933fac19c6a3af1bd5da8deb4847a0fb3e11a39db460ea"
url "https://github.com/tilt-dev/ctlptl/archive/refs/tags/v0.8.23.tar.gz"
sha256 "a94d1502cdd4911883eb33548124c323b6473155c5a6375636ae875bd88a779a"
license "Apache-2.0"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "973fcd0d0b611af7ed8a604af05a0229d5f450a9040b2904e8a6cce15f903804"
sha256 cellar: :any_skip_relocation, arm64_ventura: "c4cb699e4a618f4866eb8e49dc959b9bcca528c35e2fab868690a329b9882127"
sha256 cellar: :any_skip_relocation, arm64_monterey: "47b2f972f572cd890dd397a655e4eb61b2553452388c083bd04a8087a3dfaf78"
sha256 cellar: :any_skip_relocation, arm64_big_sur: "bd57510273931d6b3c9de68227888b5dd283198fc53f339076cf8d6734b671ff"
sha256 cellar: :any_skip_relocation, sonoma: "38ec8d520cbe4ac7d0e0098452a68c4cd7b193b5b6328e3c18da2245a847b9f5"
sha256 cellar: :any_skip_relocation, ventura: "64138d5c051ecd542e530c42d43233ed27d82fd51887fe84592141bf882a7545"
sha256 cellar: :any_skip_relocation, monterey: "8a31e1b10500be72c5db6a2e9b8d1543be5b52f0fb2d6b9c44ddfadc0b653cfc"
sha256 cellar: :any_skip_relocation, big_sur: "33fba3095bafee14fd9f15c1fcdb824d8b1d07b6e12c14186d26ae4da49e0e8c"
sha256 cellar: :any_skip_relocation, x86_64_linux: "4d909685126d40bc2f5d12f2f34871cc6c8de9f0cb9c8541a84f1242b48c7854"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "d6da1456e6947fd8ccd266340f0d3dc992df8f6892dcf6e497554dd68f36072d"
sha256 cellar: :any_skip_relocation, arm64_ventura: "132ecf1e56abaf8c93199b9a252b6e9b596927251e45bf3b23262226aad1dfab"
sha256 cellar: :any_skip_relocation, arm64_monterey: "dd5033cc826158bc41978b9d409cd25de0a13b08d45d8a123f12dae171d981b4"
sha256 cellar: :any_skip_relocation, sonoma: "b5da0c6d9fe487fa3a118cada9fe7b141b32eb7ed4823e53c220715c885f8dd1"
sha256 cellar: :any_skip_relocation, ventura: "9f600dda366546e50e2c412e0795c6ac612979df5d1f4490d39e1d3670bec9ef"
sha256 cellar: :any_skip_relocation, monterey: "03d19655f61c7a9037a7a45f607dc21bc41d884b938b1867918cad8e56ff2f72"
sha256 cellar: :any_skip_relocation, x86_64_linux: "f25b66dfd8399ecbacc01ff8b000f927358fb29c898167bec4ea8e01df5c7ad5"
end

depends_on "go" => :build
Expand Down

0 comments on commit 3ef4cb8

Please sign in to comment.