Skip to content

Commit

Permalink
Merge pull request #179099 from Homebrew/bump-azcopy-10.26.0
Browse files Browse the repository at this point in the history
azcopy 10.26.0
  • Loading branch information
BrewTestBot authored Aug 1, 2024
2 parents e8846a1 + 7bd4428 commit 75886be
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 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.25.1.tar.gz"
sha256 "d62f0a88e8899a611d9ef627252e4379bee8530177caca081f155e28917e70d3"
url "https://github.com/Azure/azure-storage-azcopy/archive/refs/tags/v10.26.0.tar.gz"
sha256 "71684c5c1a2c192fb1168ec57a11cd76a3691bb6e1631cab3c1fe61a4dad1bc7"
license "MIT"

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

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "c3d4808edbdc18fadb2738f37e334f52f527cdec357211985bf3bda2bdb85dcd"
sha256 cellar: :any_skip_relocation, arm64_ventura: "4e292d48954b4c96d33d2ca79eb3e6b9df94446134e20e6a22890b7eb660b91f"
sha256 cellar: :any_skip_relocation, arm64_monterey: "8c2bfb62c6f852046f285d8d533b3d96c5a4e664f3223859a496a21dbb235a95"
sha256 cellar: :any_skip_relocation, sonoma: "98f576f92bcd46834e377101ac3416500f898dd64604419c0df645dd8f432c69"
sha256 cellar: :any_skip_relocation, ventura: "e1accaf40e2a3589139c490f1ce662b663982464cf1c63f95f60bd1deeac8d3b"
sha256 cellar: :any_skip_relocation, monterey: "30b8ebc3a4a4111a32944e63d8a197436a940721f8e83f9ed1ccd5ef8c4ae5aa"
sha256 cellar: :any_skip_relocation, x86_64_linux: "0016c560456e427573eba978a7e4d58fdb2f295eda719c4a912893f538f328fd"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "4507cc4f4cda254231ce24bb94e9ed8d3c626c7ed44a052e4900f53650bc1b58"
sha256 cellar: :any_skip_relocation, arm64_ventura: "6620d5556d773e002a62efd67a7f55265b5c840b9d1fc9e8f218277d69d73d86"
sha256 cellar: :any_skip_relocation, arm64_monterey: "b827dc933eb34c45b32265f4f5a066065118c13a8c91dacccd5d61b692e1e015"
sha256 cellar: :any_skip_relocation, sonoma: "f7f6ffd568a78d647ca3e826b5e7489e497bb16fab72804eb96d10d5a287a214"
sha256 cellar: :any_skip_relocation, ventura: "27df4a08175047637d4223a5eb6c90fe3c4548343b72236bac9656bdf775fd47"
sha256 cellar: :any_skip_relocation, monterey: "0b90a79afb8259f9e5b1a47ef2ee5776c4846d4d27085fd9ac5dc719d12275ba"
sha256 cellar: :any_skip_relocation, x86_64_linux: "eb5a640a1656328d550dad84155cfa5ebfdcbfb55041d3799daae2070d0c3a3d"
end

depends_on "go" => :build
Expand All @@ -29,7 +29,7 @@ def install
end

test do
assert_match "ERROR CODE: AuthorizationFailure",
shell_output("#{bin}/azcopy list https://storageaccountname.blob.core.windows.net/containername/", 1)
assert_match "Existing Jobs", shell_output("#{bin}/azcopy jobs list")
assert_match version.to_s, shell_output("#{bin}/azcopy --version")
end
end

0 comments on commit 75886be

Please sign in to comment.