Skip to content

Commit 341cede

Browse files
authored
Merge pull request #219993 from Homebrew/bump-velero-1.16.0
velero 1.16.0
2 parents 27bb426 + 7fb6fac commit 341cede

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/v/velero.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class Velero < Formula
22
desc "Disaster recovery for Kubernetes resources and persistent volumes"
33
homepage "https://velero.io/"
4-
url "https://github.com/vmware-tanzu/velero/archive/refs/tags/v1.15.2.tar.gz"
5-
sha256 "dd874f286bc7b3a3f60f3486a4c318da26e6de3698e2daf66cd05a1f212b12cf"
4+
url "https://github.com/vmware-tanzu/velero/archive/refs/tags/v1.16.0.tar.gz"
5+
sha256 "28f60947c1eab5beff03d509b9d06550f3bc9bb3465a8a8a5ad7ae289637945e"
66
license "Apache-2.0"
77

88
livecheck do
@@ -11,12 +11,12 @@ class Velero < Formula
1111
end
1212

1313
bottle do
14-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "fbf398fb64072cfb10dd2962caf0f3566849e5b3ba09335a3c894599ea0ab7b8"
15-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "fbf398fb64072cfb10dd2962caf0f3566849e5b3ba09335a3c894599ea0ab7b8"
16-
sha256 cellar: :any_skip_relocation, arm64_ventura: "fbf398fb64072cfb10dd2962caf0f3566849e5b3ba09335a3c894599ea0ab7b8"
17-
sha256 cellar: :any_skip_relocation, sonoma: "4d5c66efdde3533f8db8de4776b39188aa59842962df2f820483ec106ad97fdd"
18-
sha256 cellar: :any_skip_relocation, ventura: "4d5c66efdde3533f8db8de4776b39188aa59842962df2f820483ec106ad97fdd"
19-
sha256 cellar: :any_skip_relocation, x86_64_linux: "f255cbc01189b119d9cbfcab08def224830805ee99f23869305f844a2f75c474"
14+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "5937a18a9f77c7aed6e357bc2e0e414b9383566e71a597ef1a182a214347a463"
15+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "5937a18a9f77c7aed6e357bc2e0e414b9383566e71a597ef1a182a214347a463"
16+
sha256 cellar: :any_skip_relocation, arm64_ventura: "5937a18a9f77c7aed6e357bc2e0e414b9383566e71a597ef1a182a214347a463"
17+
sha256 cellar: :any_skip_relocation, sonoma: "51c3fa715fdaa3768513661959be57da58a89b22469ca03563d64d9e2d7df502"
18+
sha256 cellar: :any_skip_relocation, ventura: "51c3fa715fdaa3768513661959be57da58a89b22469ca03563d64d9e2d7df502"
19+
sha256 cellar: :any_skip_relocation, x86_64_linux: "3bbae02c1cd289cb6ab17c2ba8bbdbd2b81e61a4d6f604f2032b5ed121da15ca"
2020
end
2121

2222
depends_on "go" => :build

0 commit comments

Comments
 (0)