diff --git a/Formula/a/azcopy.rb b/Formula/a/azcopy.rb index 7b9277d07bb1..45f2a1a2d4c3 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.23.0.tar.gz" - sha256 "9e8ff91f28074b180b063092142a182ca3dffdecf83d1966a85d1ea2f491ba9a" + url "https://github.com/Azure/azure-storage-azcopy/archive/refs/tags/v10.24.0.tar.gz" + sha256 "bbb09bee00207eb6e6e80a3ecf58ac39beb956c94f500b62888ed3404580430d" license "MIT" livecheck do @@ -11,13 +11,13 @@ class Azcopy < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sonoma: "4966c7a7e5592c0acd834b4315785fc1bc1135c1456eb8275dee49adf55cc6f7" - sha256 cellar: :any_skip_relocation, arm64_ventura: "f8843af6944b3b7c0e523fe86edcef26f2a0af5a15b1dd4bc43ae8ff10b18166" - sha256 cellar: :any_skip_relocation, arm64_monterey: "355a638fef03c241e2e502d3c5db7be2e7439721f278507dfa81d7424a5f246b" - sha256 cellar: :any_skip_relocation, sonoma: "0cef01752318b3b8a67692f2eb536270cdb56cc44d6cd10c768d83f694dab692" - sha256 cellar: :any_skip_relocation, ventura: "efdf1155f1484b842f5f38cb2c71eada8bbdb8a6a145156d1490f11ae24ab34f" - sha256 cellar: :any_skip_relocation, monterey: "ac62f030f893c9ce20f07b6cda5dd7b51684d2f875d25f234d069d8d6887c797" - sha256 cellar: :any_skip_relocation, x86_64_linux: "466a67078a5856f5c5ddc4f71d1ee6ed5c512804a9e1db11dccdc80c4f232b7c" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "e59183bf0c393e1c76b11ace2ea3ab592e4bceb7ff70b494a3279bb1883b91db" + sha256 cellar: :any_skip_relocation, arm64_ventura: "57b6d0482c65b93d4056d6692c067ce54b1ad947b6331965dbbb7914148528cb" + sha256 cellar: :any_skip_relocation, arm64_monterey: "262a4081664ad5c0d7ec529e4e123b53cc5ea77d865d4140f91aa93fb4a69db2" + sha256 cellar: :any_skip_relocation, sonoma: "a8ff6b5b9bd15f0a09085e110b71c3c962d4f27acd3a0e21d066a8ba67aafdde" + sha256 cellar: :any_skip_relocation, ventura: "78e68a8030239e0647c972d236f48213bd09393484daa14d41dbd072200deb6e" + sha256 cellar: :any_skip_relocation, monterey: "5487c0db7d805a3306101836a6cb6e92789d2631aa6f8eb90fca96327547f8f4" + sha256 cellar: :any_skip_relocation, x86_64_linux: "c3523ccb0191297984d583d81f0ba8d0b86eaf91fbd478acd0de53f511401604" end depends_on "go" => :build