Skip to content

Commit e500585

Browse files
authored
Merge pull request #221482 from Homebrew/bump-elfutils-0.193
elfutils 0.193
2 parents b848c9b + a8b9140 commit e500585

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

Formula/e/elfutils.rb

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class 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"

0 commit comments

Comments
 (0)