Skip to content

Commit d19283c

Browse files
authored
Merge pull request #249560 from Homebrew/bump-libdrm-2.4.127
libdrm 2.4.127
2 parents 8236113 + 1cae1d2 commit d19283c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Formula/lib/libdrm.rb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class Libdrm < Formula
22
desc "Library for accessing the direct rendering manager"
33
homepage "https://dri.freedesktop.org"
4-
url "https://dri.freedesktop.org/libdrm/libdrm-2.4.126.tar.xz"
5-
sha256 "6cab16d4d259b6abc9f485233863454114a3c307eca806679aad3edbe967bf42"
4+
url "https://dri.freedesktop.org/libdrm/libdrm-2.4.127.tar.xz"
5+
sha256 "051aeb3e542a57621018ffc443fb088dd69b78eef0ce4808b604ce0feac9f47f"
66
license "MIT"
77

88
livecheck do
@@ -11,8 +11,8 @@ class Libdrm < Formula
1111
end
1212

1313
bottle do
14-
sha256 arm64_linux: "0ba84bc6deeade968176d92a20cba5816489ab91cc251490d948c95995891731"
15-
sha256 x86_64_linux: "7d84586286f22e4d23c6af9da42807a353bda26fb6051fdac520a2232446a543"
14+
sha256 arm64_linux: "0f92d6e20ef88cff8b5a8bf3d79bd05031fb7ec83349ce182148d3f41ce7be72"
15+
sha256 x86_64_linux: "6792abe84afd80a96dbbe19c48acf10b8cf04d713ea202d6447f72b35d40e7c3"
1616
end
1717

1818
depends_on "docutils" => :build

0 commit comments

Comments
 (0)