diff --git a/Formula/a/azcopy.rb b/Formula/a/azcopy.rb index e6b7035f1a39c..6614a640702b0 100644 --- a/Formula/a/azcopy.rb +++ b/Formula/a/azcopy.rb @@ -1,8 +1,8 @@ class Azcopy < Formula desc "Azure Storage data transfer utility" homepage "https://github.com/Azure/azure-storage-azcopy" - url "https://github.com/Azure/azure-storage-azcopy/archive/refs/tags/v10.21.2.tar.gz" - sha256 "aeebb1182e2368a1069c0f0ca611255649f298302687b737229ceebf5be291b7" + url "https://github.com/Azure/azure-storage-azcopy/archive/refs/tags/v10.22.0.tar.gz" + sha256 "664c8670cf9b46a58dc9a6aeaa500f6dfd5c743cdf24799149fac84bd925369b" license "MIT" livecheck do @@ -11,13 +11,13 @@ class Azcopy < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sonoma: "48e868cd7e1fab1a48d25a68f35fca7ec82ed41fdf3be4c5bc276a48e7fb89de" - sha256 cellar: :any_skip_relocation, arm64_ventura: "30ad4feb16c4f5a0473fb9b809d73400028a16fd9f1109abbcdbeffb9ca5c04d" - sha256 cellar: :any_skip_relocation, arm64_monterey: "4d628989e18da32799266dd002d486890412addf1325dd6ef0bd7c65a2784a72" - sha256 cellar: :any_skip_relocation, sonoma: "6bf794b929fbbb5502d0b2a1a31f3b90e730012f0eb6a66aa8ba9db333e30a77" - sha256 cellar: :any_skip_relocation, ventura: "c8a7755b14a3be2fa3acb16c230b206762f07d28d5e9f7258427d4a9631c9fe1" - sha256 cellar: :any_skip_relocation, monterey: "c9625c3b1c67bcfc77bed533c30edc0c5708870055db6910b684cdf140e897da" - sha256 cellar: :any_skip_relocation, x86_64_linux: "a3841ea9d4ec8305e5033f7ecb99c5309451fb0c0311820cd1f0c213bde02106" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "dace4add9d3d82d90938a4f2dac3f530ffb2889001e5162e8172eb8f29810cd1" + sha256 cellar: :any_skip_relocation, arm64_ventura: "78c380ccafd46fca181a2a422cc3f293999293c05a543af492e3e5d2bd97c5c1" + sha256 cellar: :any_skip_relocation, arm64_monterey: "a931363d65e5f14188b99eb1ba69f076d97272c1e82bd95cb1ba948464b0795b" + sha256 cellar: :any_skip_relocation, sonoma: "56725641ed429edb6af199b754dcbeb82c5bb891b0ffe2f24081de1fa10e4223" + sha256 cellar: :any_skip_relocation, ventura: "175129685ed9b10ded3daf32e6b41761125591f3f17bd2822bfdd3261c6d3958" + sha256 cellar: :any_skip_relocation, monterey: "a551edf88de10702ab298d8d540a9177c0f6d728e9694c10889dd6bc1962d9a7" + sha256 cellar: :any_skip_relocation, x86_64_linux: "cb278c94c2da37ac4b8e5b2dc6b3778601e32561639081bc09d5382012c64719" end depends_on "go" => :build