Skip to content

Commit b4cc2f5

Browse files
authored
Merge pull request #222278 from Homebrew/bump-skaffold-2.16.0
skaffold 2.16.0
2 parents 334f1f7 + b969378 commit b4cc2f5

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed
File renamed without changes.

Formula/s/skaffold.rb

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,19 @@ class Skaffold < Formula
22
desc "Easy and Repeatable Kubernetes Development"
33
homepage "https://skaffold.dev/"
44
url "https://github.com/GoogleContainerTools/skaffold.git",
5-
tag: "v2.15.0",
6-
revision: "bffbfe0d97299ca2c843a0b45ddd51b0e8f6c28b"
5+
tag: "v2.16.0",
6+
revision: "7912f7ef4381533e3a9f98d7966211af1dd0f940"
77
license "Apache-2.0"
88
head "https://github.com/GoogleContainerTools/skaffold.git", branch: "main"
99

1010
bottle do
11-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "bc3380911a448bd64f76f3c6f993b6d46eabdda48f71a4e6b56d7cb964cc5c97"
12-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "c28713e2a73f417dd30025e55a73225b3209086e2bc49302797387208c1bac08"
13-
sha256 cellar: :any_skip_relocation, arm64_ventura: "2a1cea4f49f3449af1deeb0076205fe690748aa514a797fdfa5408b1c0dd69b3"
14-
sha256 cellar: :any_skip_relocation, sonoma: "1bc35426b7d4bb0b5229b09e3c71c270db62e8c4f59cb0807ec9fab437599d7a"
15-
sha256 cellar: :any_skip_relocation, ventura: "a431f9b8b4f0ba8ec6eb6ae230e46306284f79126e794fa9409b35b1c7e9451b"
16-
sha256 cellar: :any_skip_relocation, arm64_linux: "305d1ea97258a495ec99ac7b65b745a5c7917b4987520622d5f2699f7512afb4"
17-
sha256 cellar: :any_skip_relocation, x86_64_linux: "2b92b356315bd1b3e89c685673dc02a43cc8c992cec6e42e0b86c095dbe64406"
11+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "16e73e45fca368c8214236995d0c35b192764306d468799d3a9e77ffa2591efd"
12+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "dc974754e526c5067077d344f1b66f88848a9e8f933789a0324a36cca8010561"
13+
sha256 cellar: :any_skip_relocation, arm64_ventura: "3c6e4771736a4cd5d8b1d904493a894d70fdec4827b2a8c6d44296ebd0b65db5"
14+
sha256 cellar: :any_skip_relocation, sonoma: "16bfdeb146f0ab00f055f1116304d95806ba5508c6993f115124bd30aaa13416"
15+
sha256 cellar: :any_skip_relocation, ventura: "4bd83e35ad8540593fa916ea5a871dec0fb288cf2c278ce91f46f0a7b749b069"
16+
sha256 cellar: :any_skip_relocation, arm64_linux: "4ac1717855e4f17f892888c29b9203be1fc61ec4d36bb9349b3c8e54915dfb52"
17+
sha256 cellar: :any_skip_relocation, x86_64_linux: "17f9e9b54277a851a4e01adf13b2cb6386452f6fe5a32c10139d7f1601121237"
1818
end
1919

2020
depends_on "go" => :build

0 commit comments

Comments
 (0)