Skip to content

Commit

Permalink
wayland-protocols 1.38
Browse files Browse the repository at this point in the history
  • Loading branch information
BrewTestBot authored and daeho-ro committed Nov 4, 2024
1 parent 7c518d7 commit 772af91
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Formula/w/wayland-protocols.rb
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand All @@ -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

0 comments on commit 772af91

Please sign in to comment.