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 5299a2a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 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 @@ -18,6 +18,7 @@ class WaylandProtocols < Formula
depends_on "ninja" => :build
depends_on "pkg-config" => :test
depends_on :linux
depends_on "wayland"

def install

Check failure on line 23 in Formula/w/wayland-protocols.rb

View workflow job for this annotation

GitHub Actions / Linux

`brew install --verbose --formula --build-bottle wayland-protocols` failed on Linux!

::error::wayland-protocols 1.38 did not build
system "meson", "setup", "build", "-Dtests=false", *std_meson_args
Expand Down

0 comments on commit 5299a2a

Please sign in to comment.