File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -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" ,
@@ -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
You can’t perform that action at this time.
0 commit comments