From 04be4866e13f878f2d9e50a47a32f41c73a853ed Mon Sep 17 00:00:00 2001 From: Ruoyu Zhong Date: Fri, 22 Sep 2023 18:36:58 +0800 Subject: [PATCH 1/2] velero 1.12.0 --- Formula/v/velero.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/v/velero.rb b/Formula/v/velero.rb index 5831778754719..ed111a418ae4b 100644 --- a/Formula/v/velero.rb +++ b/Formula/v/velero.rb @@ -1,8 +1,8 @@ class Velero < Formula desc "Disaster recovery for Kubernetes resources and persistent volumes" homepage "https://velero.io/" - url "https://github.com/vmware-tanzu/velero/archive/v1.11.1.tar.gz" - sha256 "5bc67f1277b60a4acf7a6beb0cc483a1d31643b0745624ad2f76fa3f0235988b" + url "https://github.com/vmware-tanzu/velero/archive/refs/tags/v1.12.0.tar.gz" + sha256 "dc8579c6938e803fd74bcf8e463a61b1f22971ad4f2b2be25d55bd05486ce1da" license "Apache-2.0" bottle do From fee32f433de3f9f4592a0b9c2613bb811a3c4145 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 22 Sep 2023 12:46:44 +0000 Subject: [PATCH 2/2] velero: update 1.12.0 bottle. --- Formula/v/velero.rb | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/Formula/v/velero.rb b/Formula/v/velero.rb index ed111a418ae4b..becf1a67c698e 100644 --- a/Formula/v/velero.rb +++ b/Formula/v/velero.rb @@ -6,15 +6,13 @@ class Velero < Formula license "Apache-2.0" bottle do - sha256 cellar: :any_skip_relocation, arm64_sonoma: "4794a839d116682b3117786cf7537413d7ebfb57da81145ff1c4c7663b9f2300" - sha256 cellar: :any_skip_relocation, arm64_ventura: "1aabb1449254ec88622e8d031446cb30b79e56fea9f1544530492284e9c4a8cd" - sha256 cellar: :any_skip_relocation, arm64_monterey: "1aabb1449254ec88622e8d031446cb30b79e56fea9f1544530492284e9c4a8cd" - sha256 cellar: :any_skip_relocation, arm64_big_sur: "1aabb1449254ec88622e8d031446cb30b79e56fea9f1544530492284e9c4a8cd" - sha256 cellar: :any_skip_relocation, sonoma: "8aabf42f803371f119d784e654a336664c1d72bffd3569a23d0fe3fa9d5e8228" - sha256 cellar: :any_skip_relocation, ventura: "a1016afe7362e7b3e29e9d2ea55cca708ea3ef3cc3c16a1b69fd55739308de68" - sha256 cellar: :any_skip_relocation, monterey: "a1016afe7362e7b3e29e9d2ea55cca708ea3ef3cc3c16a1b69fd55739308de68" - sha256 cellar: :any_skip_relocation, big_sur: "a1016afe7362e7b3e29e9d2ea55cca708ea3ef3cc3c16a1b69fd55739308de68" - sha256 cellar: :any_skip_relocation, x86_64_linux: "cd425802803f3fa654c76a3b7b6fd5baaa14b3dc3ead4b3f7b00f76a06b1908c" + sha256 cellar: :any_skip_relocation, arm64_ventura: "d82dbb68f0149463f1ca239d09a2110115113cac091af410fece3ea79bae687c" + sha256 cellar: :any_skip_relocation, arm64_monterey: "a95561ca9360d8b294ba8d7b1e691442a72cb09a4a49a532a1577cd82fe22d14" + sha256 cellar: :any_skip_relocation, arm64_big_sur: "ac530e04f119ab9c7926c196476e7a03881452c10d6f1bc6a9045c70811db734" + sha256 cellar: :any_skip_relocation, ventura: "6bead351e3d4e1cd42c1faf030de440d0c3c062945ef9bbf453b3c92abf1e36b" + sha256 cellar: :any_skip_relocation, monterey: "bc2790b3117f4b2d83547fea5da17e4cd564e834b39fbb5c0f49158f25c0b1ea" + sha256 cellar: :any_skip_relocation, big_sur: "2a7e3a74cd211d1d51109a1968e3b2a28d60d3414eaede6fa5e190ed51dd3597" + sha256 cellar: :any_skip_relocation, x86_64_linux: "f4854431a759218bbade3b0f221518513c37fde5ce3511872fbe8d1b7c328522" end depends_on "go" => :build