Skip to content

Commit 23c9c1f

Browse files
authored
Merge pull request #196585 from Homebrew/bump-wayland-protocols-1.38
wayland-protocols 1.38
2 parents 17deefb + 187318c commit 23c9c1f

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

Formula/w/wayland-protocols.rb

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class WaylandProtocols < Formula
22
desc "Additional Wayland protocols"
33
homepage "https://wayland.freedesktop.org"
4-
url "https://gitlab.freedesktop.org/wayland/wayland-protocols/-/releases/1.37/downloads/wayland-protocols-1.37.tar.xz"
5-
sha256 "a70e9be924f2e8688e6824dceaf6188faacd5ae218dfac8d0a3d0976211ef326"
4+
url "https://gitlab.freedesktop.org/wayland/wayland-protocols/-/releases/1.38/downloads/wayland-protocols-1.38.tar.xz"
5+
sha256 "ff17292c05159d2b20ce6cacfe42d7e31a28198fa1429a769b03af7c38581dbe"
66
license "MIT"
77

88
livecheck do
@@ -11,13 +11,14 @@ class WaylandProtocols < Formula
1111
end
1212

1313
bottle do
14-
sha256 cellar: :any_skip_relocation, x86_64_linux: "54a22a7c7074b2100eb63e4949db7720214b523360b3de656153fc8af84810ee"
14+
sha256 cellar: :any_skip_relocation, x86_64_linux: "0ab78ebfe3b6be3e805dfa2ba79ce074b38a520d473d49af97b929ee8e7b63a7"
1515
end
1616

1717
depends_on "meson" => :build
1818
depends_on "ninja" => :build
19-
depends_on "pkg-config" => :test
19+
depends_on "pkg-config" => [:build, :test]
2020
depends_on :linux
21+
depends_on "wayland"
2122

2223
def install
2324
system "meson", "setup", "build", "-Dtests=false", *std_meson_args

0 commit comments

Comments
 (0)