Skip to content

Commit 4141510

Browse files
authored
Merge pull request #203429 from Homebrew/bump-xinit-1.4.3
xinit 1.4.3
2 parents cdad7ec + 5f9a278 commit 4141510

File tree

2 files changed

+11
-14
lines changed

2 files changed

+11
-14
lines changed

.github/autobump.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3426,6 +3426,7 @@ xerces-c
34263426
xfig
34273427
xgboost
34283428
xh
3429+
xinit
34293430
xkbcomp
34303431
xkeyboardconfig
34313432
xlsxio

Formula/x/xinit.rb

Lines changed: 10 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,17 @@
11
class Xinit < Formula
22
desc "Start the X Window System server"
33
homepage "https://gitlab.freedesktop.org/xorg/app/xinit"
4-
url "https://www.x.org/releases/individual/app/xinit-1.4.2.tar.xz"
5-
sha256 "b7d8dc8d22ef9f15985a10b606ee4f2aad6828befa437359934647e88d331f23"
4+
url "https://www.x.org/releases/individual/app/xinit-1.4.3.tar.xz"
5+
sha256 "86409f21a6a31148d2c1c17bf5f2d904eb5ef455f9dc67c49fbd0c10ab18fd5a"
66
license all_of: ["MIT", "APSL-2.0"]
77

88
bottle do
9-
sha256 cellar: :any, arm64_sequoia: "15d5a518d2a37401674216f24e90c812d27b7ce053f67325be0524152210df44"
10-
sha256 cellar: :any, arm64_sonoma: "b5dbad520af878ccb170fb1924e58f0bcb0c384377ae7aaca2d64091aa8ff4ee"
11-
sha256 cellar: :any, arm64_ventura: "0fbd33c0f3e8a01224d5f4c2f1437236957d9f9b80d0199f6bf729fe783320c9"
12-
sha256 cellar: :any, arm64_monterey: "b32fd947d6ab4e3d27cae884ecba3d25d618cc5df48869995db8211857a75cf9"
13-
sha256 arm64_big_sur: "e3fa6b976ee03fddeea911fb37cf872c72b23b8a4b00ed11299925656b983fd5"
14-
sha256 sonoma: "579c01be1581c78fb55db87ed20f5c6b5ed0db7e39ab9f48f39882b2ee1886e6"
15-
sha256 ventura: "3db4e377fbe430f3ea074f0ec1f433b3b7278aa451da736d95a8a1ff72e87047"
16-
sha256 cellar: :any, monterey: "b206deb4ff3200499ab32a8984c90901277094697eaed812ec0e8d10765e64d6"
17-
sha256 cellar: :any, big_sur: "1b62cbaab6ec39e95a11057e5ce26209c5b4f5696eaab24c0a59e1b7374a7fe0"
18-
sha256 cellar: :any_skip_relocation, x86_64_linux: "540015cba432ff1f7e719b37f9c2c3af6d8f40784840eeb8e8774cf8575b82a0"
9+
sha256 cellar: :any, arm64_sequoia: "bb20865ddc2fe6e5123d6e1df7c2129d39fd72cd58351e5c2d3ba05acb1204cf"
10+
sha256 cellar: :any, arm64_sonoma: "7500ac28c23f8cfbfc59ea644444b98af60a73007a5cb8c76bbd3dd9dce3c92c"
11+
sha256 cellar: :any, arm64_ventura: "02eb58a0617439998119b310aaf221f592b83e3ee6de1d15f3507007651e9ebb"
12+
sha256 sonoma: "9aa7c0122c4bca16d1b53eb364488c1959a5c8ef1ad8499498dff34d2d0457a0"
13+
sha256 ventura: "69ece21933341509a5527fd78154d1201501d8bd0ba844a296275a901826f857"
14+
sha256 cellar: :any_skip_relocation, x86_64_linux: "25405ab346588208060cd6f6a2862d31c6689691360bd02416ab77413d971db0"
1915
end
2016

2117
depends_on "pkgconf" => :build
@@ -35,8 +31,8 @@ class Xinit < Formula
3531
depends_on "quartz-wm"
3632

3733
resource "xquartz" do
38-
url "https://github.com/XQuartz/XQuartz/archive/refs/tags/XQuartz-2.8.2.tar.gz"
39-
sha256 "050c538cf2ed39f49a366c7424c7b22781c9f7ebe02aa697f12e314913041000"
34+
url "https://github.com/XQuartz/XQuartz/archive/refs/tags/XQuartz-2.8.5.tar.gz"
35+
sha256 "5c8c4f48d5e30fdabfba3543174ea67e53f334650b4cfd637714e559eec102d4"
4036
end
4137
end
4238

0 commit comments

Comments
 (0)