File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed
Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change 11class Ejabberd < Formula
22 desc "XMPP application server"
33 homepage "https://www.ejabberd.im"
4- url "https://github.com/processone/ejabberd/archive/refs/tags/25.08 .tar.gz"
5- sha256 "edc95cff239d74bfb16e437f7cf84f0e86144e5fe764d7ee7dc248b2d59778f1 "
4+ url "https://github.com/processone/ejabberd/archive/refs/tags/25.10 .tar.gz"
5+ sha256 "f676b71e7dbf143291728bc0247673afb256e75917da89520795c01df1154598 "
66 license "GPL-2.0-only"
77 head "https://github.com/processone/ejabberd.git" , branch : "master"
88
@@ -96,6 +96,11 @@ def caveats
9696 end
9797
9898 test do
99+ pid = spawn sbin /"ejabberdctl" , "start"
100+ sleep 1
99101 system sbin /"ejabberdctl" , "ping"
102+ ensure
103+ Process . kill "TERM" , pid
104+ Process . wait pid
100105 end
101106end
You can’t perform that action at this time.
0 commit comments