@@ -2,19 +2,19 @@ class Skaffold < Formula
2
2
desc "Easy and Repeatable Kubernetes Development"
3
3
homepage "https://skaffold.dev/"
4
4
url "https://github.com/GoogleContainerTools/skaffold.git" ,
5
- tag : "v2.3.0 " ,
6
- revision : "664890b7f96eb368c1865765f1609cb94f29555b "
5
+ tag : "v2.3.1 " ,
6
+ revision : "701c45c772e185c0ee937eb027fe36e8d417c4a7 "
7
7
license "Apache-2.0"
8
8
head "https://github.com/GoogleContainerTools/skaffold.git" , branch : "main"
9
9
10
10
bottle do
11
- sha256 cellar : :any_skip_relocation , arm64_ventura : "5b01fba921746df3db159ce5fcfd8f646e3923bd8956470d62702d4610854968 "
12
- sha256 cellar : :any_skip_relocation , arm64_monterey : "f54ca6c3f546eefed932b98ef6cc2fe5f6ec101181bc917daf84e4d3a16e671a "
13
- sha256 cellar : :any_skip_relocation , arm64_big_sur : "e50b72e22420e683f7e3670adb84c2e41c51ccf9e464f0082036e5b265f47762 "
14
- sha256 cellar : :any_skip_relocation , ventura : "ba623fbc1147d1b8025937e737ec3da39b31fb1691c7d9fddfe5fa83f3b84dbe "
15
- sha256 cellar : :any_skip_relocation , monterey : "a32d00a7b56099b2eebc05443c278d2fb72006d5b0b294f1feb673d3d91251aa "
16
- sha256 cellar : :any_skip_relocation , big_sur : "35097d2c4d2d1a0e063705f757dc88cb804fe4ca11742d1b24d9bfd9689c6994 "
17
- sha256 cellar : :any_skip_relocation , x86_64_linux : "4e5a9de7e6ec94084a6ebb1b8419a6bede94c2a8300adff97997020cc5dcb7df "
11
+ sha256 cellar : :any_skip_relocation , arm64_ventura : "30ec1940411a1dde538ffbd3dd40429b74970e162628fd792cefd2558c5978ea "
12
+ sha256 cellar : :any_skip_relocation , arm64_monterey : "9b1a5bcf54b593a590841da94cdf39a5402823f753172d1c2110c9bc8b59d3f3 "
13
+ sha256 cellar : :any_skip_relocation , arm64_big_sur : "45c9d7f8142efbe9ecc6b696d509cfe043b405840fba689325801f15698b84a6 "
14
+ sha256 cellar : :any_skip_relocation , ventura : "3d8d6a9d2bad3327a5b78bfedf6f569b2f8de030cb229b5a1b8dd14183857e4e "
15
+ sha256 cellar : :any_skip_relocation , monterey : "33e82b1e88a483e236018c8dcbac2a5e2b0ca488f3c8fac91a0d8652352724bd "
16
+ sha256 cellar : :any_skip_relocation , big_sur : "68e2673125c13229c8468fdde2b9ceb44db903c548a6930698b68025cfc32c89 "
17
+ sha256 cellar : :any_skip_relocation , x86_64_linux : "c74b888f882be1d4b82f5c571ffde749ad1928455ac144a20c96623092949137 "
18
18
end
19
19
20
20
depends_on "go" => :build
0 commit comments