diff --git a/Formula/s/systemd.rb b/Formula/s/systemd.rb index 53878774fd3c3..031a0b0e6f8a1 100644 --- a/Formula/s/systemd.rb +++ b/Formula/s/systemd.rb @@ -3,8 +3,8 @@ class Systemd < Formula desc "System and service manager" homepage "https://systemd.io" - url "https://github.com/systemd/systemd/archive/refs/tags/v257.1.tar.gz" - sha256 "375365b9f3718ba5fc2a972445eefcd9e229cc18bffe95818220c2a52efe8ed9" + url "https://github.com/systemd/systemd/archive/refs/tags/v257.2.tar.gz" + sha256 "7f2bc3253e4f87578132c5e433ef9ff7e8fee01d9eb5a5b7c64376d617f694d0" license all_of: [ # Main license is LGPL-2.1-or-later while systemd-udevd is GPL-2.0-or-later "LGPL-2.1-or-later", @@ -27,17 +27,17 @@ class Systemd < Formula { any_of: ["MIT", "GPL-2.0-or-later" => { with: "Linux-syscall-note" }] }, { any_of: ["GPL-2.0-only", "BSD-2-Clause"] }, ] - revision 1 head "https://github.com/systemd/systemd.git", branch: "main" bottle do - sha256 x86_64_linux: "bd9ac3858baa447a60bf6f1eb8c2b9b0dfb4c23d91d0a049cb4a6d00630f8eab" + sha256 x86_64_linux: "1a8401f80b44dfff2b3f5f463eb5d6bbd4cdec876b095094aa29f7775b92b96b" end depends_on "coreutils" => :build depends_on "docbook-xsl" => :build depends_on "gettext" => :build depends_on "gperf" => :build + depends_on "icu4c@76" => :build # FIXME: brew should add to PKG_CONFIG_PATH as dependency of libxml2 depends_on "libxml2" => :build depends_on "libxslt" => :build depends_on "meson" => :build