Skip to content

Commit

Permalink
Merge pull request #207619 from Homebrew/bump-systemd-257.3
Browse files Browse the repository at this point in the history
systemd 257.3
  • Loading branch information
BrewTestBot authored Feb 14, 2025
2 parents c3194fc + 4c16d57 commit 8886609
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Formula/s/systemd.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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.2.tar.gz"
sha256 "7f2bc3253e4f87578132c5e433ef9ff7e8fee01d9eb5a5b7c64376d617f694d0"
url "https://github.com/systemd/systemd/archive/refs/tags/v257.3.tar.gz"
sha256 "99365d1a01bcc59a659ab59c7bae9c34f7eb2998f1656ee0a4aae05312eacdc9"
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",
Expand All @@ -30,7 +30,7 @@ class Systemd < Formula
head "https://github.com/systemd/systemd.git", branch: "main"

bottle do
sha256 x86_64_linux: "1a8401f80b44dfff2b3f5f463eb5d6bbd4cdec876b095094aa29f7775b92b96b"
sha256 x86_64_linux: "06bb06a6a612764a2fcde5fabdc38a27adb34fe03816538ea18671c6a8c77312"
end

depends_on "coreutils" => :build
Expand Down Expand Up @@ -60,8 +60,8 @@ class Systemd < Formula
end

resource "lxml" do
url "https://files.pythonhosted.org/packages/e7/6b/20c3a4b24751377aaa6307eb230b66701024012c29dd374999cc92983269/lxml-5.3.0.tar.gz"
sha256 "4e109ca30d1edec1ac60cdbe341905dc3b8f55b16855e03a54aaf59e51ec8c6f"
url "https://files.pythonhosted.org/packages/ef/f6/c15ca8e5646e937c148e147244817672cf920b56ac0bf2cc1512ae674be8/lxml-5.3.1.tar.gz"
sha256 "106b7b5d2977b339f1e97efe2778e2ab20e99994cbb0ec5e55771ed0795920c8"
end

resource "markupsafe" do
Expand Down

0 comments on commit 8886609

Please sign in to comment.