File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ class Systemd < Formula
3
3
4
4
desc "System and service manager"
5
5
homepage "https://systemd.io"
6
- url "https://github.com/systemd/systemd/archive/refs/tags/v257.1 .tar.gz"
7
- sha256 "375365b9f3718ba5fc2a972445eefcd9e229cc18bffe95818220c2a52efe8ed9 "
6
+ url "https://github.com/systemd/systemd/archive/refs/tags/v257.2 .tar.gz"
7
+ sha256 "7f2bc3253e4f87578132c5e433ef9ff7e8fee01d9eb5a5b7c64376d617f694d0 "
8
8
license all_of : [
9
9
# Main license is LGPL-2.1-or-later while systemd-udevd is GPL-2.0-or-later
10
10
"LGPL-2.1-or-later" ,
@@ -27,7 +27,6 @@ class Systemd < Formula
27
27
{ any_of : [ "MIT" , "GPL-2.0-or-later" => { with : "Linux-syscall-note" } ] } ,
28
28
{ any_of : [ "GPL-2.0-only" , "BSD-2-Clause" ] } ,
29
29
]
30
- revision 1
31
30
head "https://github.com/systemd/systemd.git" , branch : "main"
32
31
33
32
bottle do
@@ -38,6 +37,7 @@ class Systemd < Formula
38
37
depends_on "docbook-xsl" => :build
39
38
depends_on "gettext" => :build
40
39
depends_on "gperf" => :build
40
+ depends_on "icu4c@76" => :build # FIXME: brew should add to PKG_CONFIG_PATH as dependency of libxml2
41
41
depends_on "libxml2" => :build
42
42
depends_on "libxslt" => :build
43
43
depends_on "meson" => :build
You can’t perform that action at this time.
0 commit comments