From ae7535a1ca0b74591a85ab1ce8c4c15fbb64c723 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] systemd 257.2 --- Formula/s/systemd.rb | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Formula/s/systemd.rb b/Formula/s/systemd.rb index 53878774fd3c35..c0656814879038 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