Skip to content

Commit

Permalink
Merge pull request #197592 from Homebrew/bump-azcopy-10.27.1
Browse files Browse the repository at this point in the history
azcopy 10.27.1
  • Loading branch information
BrewTestBot authored Nov 13, 2024
2 parents c06e39d + b85142a commit de75343
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.0.tar.gz"
sha256 "ecbb297e7ce56eed10b4171d71c25aafae44f1fb5d64ba1bffebc87331bd5e20"
url "https://github.com/Azure/azure-storage-azcopy/archive/refs/tags/v10.27.1.tar.gz"
sha256 "3ed3ef0ded8ebcc3f46dc77e24fe4c39141b1b278492289cec8cf2ddcc1a3dc0"
license "MIT"

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

bottle do
sha256 cellar: :any_skip_relocation, arm64_sequoia: "dcb4b715f5e99bcaf28f6cc513188dc7d254a170572e39ed5985bc802f32a6db"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "ccee24d599e8ab9dad5c03a32e3088848d2111569339c182a5e231064eeb9eb7"
sha256 cellar: :any_skip_relocation, arm64_ventura: "ee44c8027ac4796ae0c578e2305f70584d4c068a04597800ab44517fa8c1a75c"
sha256 cellar: :any_skip_relocation, sonoma: "f836e9b9ffc05f47357318a5639410836d3e0612668730697168d1d6caca3675"
sha256 cellar: :any_skip_relocation, ventura: "c60d164a7d7237a3dfa5572e1c55ba30cf0c66ae7159f8ef34ed254690488bab"
sha256 cellar: :any_skip_relocation, x86_64_linux: "4db76a764f1c960723721b5f0e81429c676259631ba65a13ccc67dbce6104f5c"
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"
end

depends_on "go" => :build
Expand Down

0 comments on commit de75343

Please sign in to comment.