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 iMichka committed Nov 5, 2024
1 parent a7d979c commit 362e31a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 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,8 +16,9 @@ class WaylandProtocols < Formula

depends_on "meson" => :build
depends_on "ninja" => :build
depends_on "pkg-config" => :test
depends_on "pkg-config" => [:build, :test]
depends_on :linux
depends_on "wayland"

def install
system "meson", "setup", "build", "-Dtests=false", *std_meson_args
Expand Down

0 comments on commit 362e31a

Please sign in to comment.