Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

abi-dumper 1.4 #204609

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions Formula/a/abi-dumper.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
class AbiDumper < Formula
desc "Dump ABI of an ELF object containing DWARF debug info"
homepage "https://github.com/lvc/abi-dumper"
url "https://github.com/lvc/abi-dumper/archive/refs/tags/1.2.tar.gz"
url "https://github.com/lvc/abi-dumper/archive/refs/tags/1.4.tar.gz"
sha256 "8a9858c91b4e9222c89b676d59422053ad560fa005a39443053568049bd4d27e"
license "LGPL-2.1-or-later"
head "https://github.com/lvc/abi-dumper.git", branch: "master"
Expand All @@ -10,8 +10,6 @@ class AbiDumper < Formula
sha256 cellar: :any_skip_relocation, x86_64_linux: "4e69d56bf0f10ea4b9f0bea25e8a860823ff0f08846cea20ca1212f06b9d09b5"
end

deprecate! date: "2024-06-05", because: :unmaintained

depends_on "abi-compliance-checker"
chenrui333 marked this conversation as resolved.
Show resolved Hide resolved
depends_on "elfutils"
depends_on :linux
Expand Down
Loading