Skip to content

Commit 9bdbbc0

Browse files
BrewTestBotdaeho-ro
authored andcommitted
ejabberd 25.10
1 parent 97abe1f commit 9bdbbc0

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

Formula/e/ejabberd.rb

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class 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
101106
end

0 commit comments

Comments
 (0)