From 772af91d0327344d01fb45e95ff6863e17ea1bcb Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 4 Nov 2024 09:56:49 +0000 Subject: [PATCH] wayland-protocols 1.38 --- Formula/w/wayland-protocols.rb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Formula/w/wayland-protocols.rb b/Formula/w/wayland-protocols.rb index aea21e2ad294b3..960ed5376752e6 100644 --- a/Formula/w/wayland-protocols.rb +++ b/Formula/w/wayland-protocols.rb @@ -1,8 +1,8 @@ class WaylandProtocols < Formula desc "Additional Wayland protocols" homepage "https://wayland.freedesktop.org" - url "https://gitlab.freedesktop.org/wayland/wayland-protocols/-/releases/1.37/downloads/wayland-protocols-1.37.tar.xz" - sha256 "a70e9be924f2e8688e6824dceaf6188faacd5ae218dfac8d0a3d0976211ef326" + url "https://gitlab.freedesktop.org/wayland/wayland-protocols/-/releases/1.38/downloads/wayland-protocols-1.38.tar.xz" + sha256 "ff17292c05159d2b20ce6cacfe42d7e31a28198fa1429a769b03af7c38581dbe" license "MIT" livecheck do @@ -16,7 +16,7 @@ class WaylandProtocols < Formula depends_on "meson" => :build depends_on "ninja" => :build - depends_on "pkg-config" => :test + depends_on "pkgconfig" => :test depends_on :linux def install @@ -26,7 +26,7 @@ def install end test do - system "pkg-config", "--exists", "wayland-protocols" + system "pkgconfig", "--exists", "wayland-protocols" assert_equal 0, $CHILD_STATUS.exitstatus end end