Skip to content

Commit

Permalink
Merge pull request #133053 from chenrui333/bump-kwok-0.2.1
Browse files Browse the repository at this point in the history
kwok 0.2.1
  • Loading branch information
BrewTestBot authored Jun 7, 2023
2 parents b18fbdf + f544c5d commit 245569f
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Formula/kwok.rb
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
class Kwok < Formula
desc "Kubernetes WithOut Kubelet - Simulates thousands of Nodes and Clusters"
homepage "https://kwok.sigs.k8s.io"
url "https://github.com/kubernetes-sigs/kwok/archive/refs/tags/v0.2.0.tar.gz"
sha256 "b92c76283e83d26d32767ea0e723805f82658892ef075a239e01ed2310b5365f"
url "https://github.com/kubernetes-sigs/kwok/archive/refs/tags/v0.2.1.tar.gz"
sha256 "a7f6416e8f33cbbf0fde7024d41dc3d0e77cd2f80ac5974f2a1360ff904d3761"
license "Apache-2.0"

bottle do
sha256 cellar: :any_skip_relocation, arm64_ventura: "cad3e44cdee9fc889e3eb77205b9474f200a9ab5e52faca929493944c04ba3a7"
sha256 cellar: :any_skip_relocation, arm64_monterey: "53baa87fa3d25452f08e935e1154118267d93d9e8666c56880a22959d87ec497"
sha256 cellar: :any_skip_relocation, arm64_big_sur: "741a5c1dcf175b62cf65ea338642e336fea65221be7f4a012658d7b40a5ada93"
sha256 cellar: :any_skip_relocation, ventura: "356e87401215503d895d8bffb8d79d147151cca6069de0ff444beb7ed887af72"
sha256 cellar: :any_skip_relocation, monterey: "9dbd9da2d37e4676b6997bdc96d6e935bed2cd88b36abee18b14816e4741df64"
sha256 cellar: :any_skip_relocation, big_sur: "efd965d206faa11697c1fefe9618b39da26c142a45fbb77415fae3b9f6dfead7"
sha256 cellar: :any_skip_relocation, x86_64_linux: "6269129336617107b6f9946dbbb0492cb214015fd7586ae3554c211abef63c77"
sha256 cellar: :any_skip_relocation, arm64_ventura: "a50cffb63c927e5ea71d90ba8a72167f6ab0579471f996f44460cb3abeb542a5"
sha256 cellar: :any_skip_relocation, arm64_monterey: "7baa5914bd60cd34d54b8caafc3e31e8e6ac6484521e6dfbc187258e1968bbba"
sha256 cellar: :any_skip_relocation, arm64_big_sur: "01678893280d24bfbee6d8ac8d892322fbd0834c3dfca64c6969a4433ddd7108"
sha256 cellar: :any_skip_relocation, ventura: "01543acf6d0bf0c61adf7a0d9b2d05ea04634183a72ffce6e93d331fca53dad1"
sha256 cellar: :any_skip_relocation, monterey: "4feecefb74e4db12773cd56ef6794f6e90096217b3df755a7edc5ffa6aed0161"
sha256 cellar: :any_skip_relocation, big_sur: "6bccf22f00bb261c6afec78a1669cf1c71282ff3a10abc82252a4494491d22d1"
sha256 cellar: :any_skip_relocation, x86_64_linux: "3b5fa3cd873c3b2f53010c3c82c31b96097e72eec8a652d43ad219b6948d9971"
end

depends_on "go" => :build
Expand Down

0 comments on commit 245569f

Please sign in to comment.