From 1584997484c44866fefe4c211b6da0e8f45699b9 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 31 Jul 2024 15:24:26 +0000 Subject: [PATCH 1/2] azcopy 10.26.0 azcopy: update test Signed-off-by: Rui Chen --- Formula/a/azcopy.rb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Formula/a/azcopy.rb b/Formula/a/azcopy.rb index 27cbbf88ae8d7..39b050205b15c 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.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 @@ -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 From 7bd4428c49bc3e070737e9d8290ba4105bb77ca6 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Thu, 1 Aug 2024 12:25:25 +0000 Subject: [PATCH 2/2] azcopy: update 10.26.0 bottle. --- Formula/a/azcopy.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/a/azcopy.rb b/Formula/a/azcopy.rb index 39b050205b15c..e2c98bcb9e28b 100644 --- a/Formula/a/azcopy.rb +++ b/Formula/a/azcopy.rb @@ -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