Skip to content

Commit

Permalink
Merge pull request Homebrew#205673 from Homebrew/bump-azcopy-10.28.0
Browse files Browse the repository at this point in the history
azcopy 10.28.0
  • Loading branch information
BrewTestBot authored Jan 27, 2025
2 parents 6ea369e + 84d118e commit a420275
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Formula/a/azcopy.rb
Original file line number Diff line number Diff line change
@@ -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.27.1.tar.gz"
sha256 "3ed3ef0ded8ebcc3f46dc77e24fe4c39141b1b278492289cec8cf2ddcc1a3dc0"
url "https://github.com/Azure/azure-storage-azcopy/archive/refs/tags/v10.28.0.tar.gz"
sha256 "5c2ef0d11193df1ef86e8f0478d3ea1155fec5d82130c9f43a169d9ee4f55369"
license "MIT"

livecheck do
Expand All @@ -11,12 +11,12 @@ class Azcopy < Formula
end

bottle do
sha256 cellar: :any_skip_relocation, arm64_sequoia: "30ed473e848e7b58ab1b46f4147e8c2b57d1d03e3021299e71670704af00d711"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "b7a9e532bebdaeb5e378ba48de0164bd47d5ba3d30a1d7d33b9a56387bbb464d"
sha256 cellar: :any_skip_relocation, arm64_ventura: "bea7627e96ceed2e5a68d55654db44ffa5e69d3f35439e8402d16d5af73034d8"
sha256 cellar: :any_skip_relocation, sonoma: "b6b19516ae9e85afa1b79f9a87b097cbcdaff3a656b6a25697c45f48769ed663"
sha256 cellar: :any_skip_relocation, ventura: "e13182446bb1e274bfc1c9c7c23070bf84e17c2854fe30558ca07f3065210e43"
sha256 cellar: :any_skip_relocation, x86_64_linux: "3e56e8f45ae38b7f25701fdafc1cf888f92d57bf6bc335a55839f4180cfde51b"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "2a68d6d58f2ca9be17e6e893e98171629b4b281d36855982d8aa338a1608e155"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "ea2239227ccc47ca0ae07a4e74f4a76f7dc0081f7394498e925e7427dfc545e9"
sha256 cellar: :any_skip_relocation, arm64_ventura: "4854c11122791fdcc1c399b48fc6334b0cb7e2a661e7ca13aad3ce9f31b263e5"
sha256 cellar: :any_skip_relocation, sonoma: "7a8a97c37f8c6f07823fd209eead8bcb4652146ecee9503a63fea303abd6e3fc"
sha256 cellar: :any_skip_relocation, ventura: "6df93eab8d12b38c94998224ba84429245d5174605dfff88f75a9dfa92d7ebb3"
sha256 cellar: :any_skip_relocation, x86_64_linux: "44029ecaec0fdfc5b8a4bc2ad8cc33b3f1238f2e655644ef27b9e07ebea4fc47"
end

depends_on "go" => :build
Expand Down

0 comments on commit a420275

Please sign in to comment.