Skip to content

Commit 03ffb23

Browse files
authored
Merge pull request #273259 from Homebrew/bump-wayland-1.25.0
wayland 1.25.0
2 parents d3b522a + b7c4937 commit 03ffb23

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

Formula/w/wayland.rb

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
class Wayland < Formula
22
desc "Protocol for a compositor to talk to its clients"
33
homepage "https://wayland.freedesktop.org"
4-
url "https://gitlab.freedesktop.org/wayland/wayland/-/releases/1.24.0/downloads/wayland-1.24.0.tar.xz"
5-
sha256 "82892487a01ad67b334eca83b54317a7c86a03a89cfadacfef5211f11a5d0536"
4+
url "https://gitlab.freedesktop.org/wayland/wayland/-/releases/1.25.0/downloads/wayland-1.25.0.tar.xz"
5+
sha256 "c065f040afdff3177680600f249727e41a1afc22fccf27222f15f5306faa1f03"
66
license "MIT"
7-
revision 1
87

98
# Versions with a 90+ patch are unstable (e.g., 1.21.91 is an alpha release)
109
# and this regex should only match the stable versions.
@@ -14,8 +13,8 @@ class Wayland < Formula
1413
end
1514

1615
bottle do
17-
sha256 arm64_linux: "0402aef28c24817e975daefaffff0ef5b308e6de8e467cdded83d70a8ed75c39"
18-
sha256 x86_64_linux: "dee44b400011624d32fa05d48af97d2ea6856180bee9859aa9d6e2026094891c"
16+
sha256 arm64_linux: "e62fdd110b832e93f76c5a6e3d72e4f0503798deb443630ea60ce8c33acad265"
17+
sha256 x86_64_linux: "eb75337f1f5bb5a0943da446d27f8e2a2d58c4384516ff1e9afbf22619e5b55d"
1918
end
2019

2120
depends_on "meson" => :build

0 commit comments

Comments
 (0)