@@ -3,8 +3,8 @@ class Systemd < Formula
33
44 desc "System and service manager"
55 homepage "https://systemd.io"
6- url "https://github.com/systemd/systemd/archive/refs/tags/v257.5 .tar.gz"
7- sha256 "4d65f9482608cf9f7823df42a6d7796f0e0dfcfb94301df75effff86d40da33e "
6+ url "https://github.com/systemd/systemd/archive/refs/tags/v257.6 .tar.gz"
7+ sha256 "1ac656c61e595cc6e653883d554caadd2053f323d9065c0daff69f83368b120c "
88 license all_of : [
99 # Main license is LGPL-2.1-or-later while systemd-udevd is GPL-2.0-or-later
1010 "LGPL-2.1-or-later" ,
@@ -30,8 +30,8 @@ class Systemd < Formula
3030 head "https://github.com/systemd/systemd.git" , branch : "main"
3131
3232 bottle do
33- sha256 arm64_linux : "6f8f6f3017a35c59abfb80c6fb609d2ba1a2ebad8c851ca0b5526f27945e1203 "
34- sha256 x86_64_linux : "c7609af448f6ac3e55428f908769e4cec7382c0ad306674c7346cd46e3608ed3 "
33+ sha256 arm64_linux : "b9389e5eb75721ebf2004c7a621013bae667a90225a664c9eb8a7cc7f607b171 "
34+ sha256 x86_64_linux : "2f8c4c3b3276cb56a9a58a134381610d7ccdcc1f6c41f3a85e43981c372c1648 "
3535 end
3636
3737 keg_only "it will shadow system systemd if linked"
@@ -63,8 +63,8 @@ class Systemd < Formula
6363 end
6464
6565 resource "lxml" do
66- url "https://files.pythonhosted.org/packages/ef/f6/c15ca8e5646e937c148e147244817672cf920b56ac0bf2cc1512ae674be8 /lxml-5.3.1 .tar.gz"
67- sha256 "106b7b5d2977b339f1e97efe2778e2ab20e99994cbb0ec5e55771ed0795920c8 "
66+ url "https://files.pythonhosted.org/packages/76/3d/14e82fc7c8fb1b7761f7e748fd47e2ec8276d137b6acfe5a4bb73853e08f /lxml-5.4.0 .tar.gz"
67+ sha256 "d12832e1dbea4be280b22fd0ea7c9b87f0d8fc51ba06e92dc62d52f804f78ebd "
6868 end
6969
7070 resource "markupsafe" do
@@ -111,6 +111,6 @@ def install
111111 end
112112
113113 test do
114- assert_match " temporary: / tmp" , shell_output ( bin /"systemd-path" )
114+ assert_match %r{ temporary: (/var)?/ tmp} , shell_output ( bin /"systemd-path" )
115115 end
116116end
0 commit comments