From 31d5e48b0ff652d347b6a800acdd75ffb80a2d47 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 7 Jan 2025 23:19:34 +0000 Subject: [PATCH 1/2] systemd 257.2 --- Formula/s/systemd.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/s/systemd.rb b/Formula/s/systemd.rb index 53878774fd3c3..2542ce4ff12a5 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,7 +27,6 @@ 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 @@ -38,6 +37,7 @@ class Systemd < Formula 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 From 764a42329f417e9adfd628074ee3cacbfc6c2eb6 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 14 Feb 2025 06:27:12 +0000 Subject: [PATCH 2/2] systemd: update 257.2 bottle. --- Formula/s/systemd.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/s/systemd.rb b/Formula/s/systemd.rb index 2542ce4ff12a5..031a0b0e6f8a1 100644 --- a/Formula/s/systemd.rb +++ b/Formula/s/systemd.rb @@ -30,7 +30,7 @@ class Systemd < Formula 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