Skip to content

Commit

Permalink
Merge pull request Homebrew#179241 from Homebrew/azcopy-deprecate
Browse files Browse the repository at this point in the history
azcopy: deprecate as repo archived
  • Loading branch information
BrewTestBot authored Aug 1, 2024
2 parents e84622f + 0486afa commit c61a8ec
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions Formula/a/azcopy.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,6 @@ class Azcopy < Formula
sha256 "71684c5c1a2c192fb1168ec57a11cd76a3691bb6e1631cab3c1fe61a4dad1bc7"
license "MIT"

livecheck do
url :stable
regex(/^v?(\d+(?:\.\d+)+)$/i)
end

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "4507cc4f4cda254231ce24bb94e9ed8d3c626c7ed44a052e4900f53650bc1b58"
sha256 cellar: :any_skip_relocation, arm64_ventura: "6620d5556d773e002a62efd67a7f55265b5c840b9d1fc9e8f218277d69d73d86"
Expand All @@ -20,6 +15,8 @@ class Azcopy < Formula
sha256 cellar: :any_skip_relocation, x86_64_linux: "eb5a640a1656328d550dad84155cfa5ebfdcbfb55041d3799daae2070d0c3a3d"
end

deprecate! date: "2024-08-01", because: :repo_archived

depends_on "go" => :build

def install
Expand Down

0 comments on commit c61a8ec

Please sign in to comment.