File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 11class Elfutils < Formula
22 desc "Libraries and utilities for handling ELF objects"
33 homepage "https://fedorahosted.org/elfutils/"
4- url "https://sourceware.org/elfutils/ftp/0.192 /elfutils-0.192 .tar.bz2"
5- sha256 "616099beae24aba11f9b63d86ca6cc8d566d968b802391334c91df54eab416b4 "
4+ url "https://sourceware.org/elfutils/ftp/0.193 /elfutils-0.193 .tar.bz2"
5+ sha256 "7857f44b624f4d8d421df851aaae7b1402cfe6bcdd2d8049f15fc07d3dde7635 "
66 license all_of : [ "GPL-2.0-or-later" , "GPL-3.0-or-later" , "LGPL-2.0-only" ]
77
88 livecheck do
@@ -11,11 +11,12 @@ class Elfutils < Formula
1111 end
1212
1313 bottle do
14- sha256 arm64_linux : "5d01777f15de91aec9bae428917d141c06857bd71ee5efb09b5ca2a97304830b "
15- sha256 x86_64_linux : "38b483a6587bc278713cd61cf0d91482a4bb87175dd257640881c900809c8574 "
14+ sha256 arm64_linux : "6be835a82f79312c214214e9557f5f939f71b4c003d9a8007fc383f946d5a012 "
15+ sha256 x86_64_linux : "dcd4ecd170aad202146d0fe765fd81ed0ee7da07b463faf679717fbb89263dea "
1616 end
1717
1818 depends_on "m4" => :build
19+ depends_on "pkgconf" => :build
1920 depends_on "bzip2"
2021 depends_on :linux
2122 depends_on "xz"
You can’t perform that action at this time.
0 commit comments