We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e2af97d + 53065b0 commit a574b71Copy full SHA for a574b71
Formula/x/xkeyboardconfig.rb
@@ -7,14 +7,15 @@ class Xkeyboardconfig < Formula
7
head "https://gitlab.freedesktop.org/xkeyboard-config/xkeyboard-config.git", branch: "master"
8
9
bottle do
10
- sha256 cellar: :any_skip_relocation, all: "b1ba79c6cd7ae62406d4d5be2e2096fa4e153eebfdf40eb21d3d0986f33b3d5d"
+ rebuild 1
11
+ sha256 cellar: :any_skip_relocation, all: "3e9bd10096890fe0f8e9246fa9dcc2f4d9332298d6ffa4ca1d89af59cef84039"
12
end
13
14
depends_on "gettext" => :build
15
depends_on "meson" => :build
16
depends_on "ninja" => :build
17
depends_on "pkg-config" => [:build, :test]
- depends_on "python@3.12" => :build
18
+ depends_on "python@3.13" => :build
19
20
uses_from_macos "libxslt" => :build
21
0 commit comments