aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorDavid Christenson2015-03-07 00:44:35 -0700
committerXu Cheng2015-03-07 16:57:12 +0800
commit834228c494decba99066c9714c43b20ec5e5349b (patch)
tree4c7816ca1c5ab675079ff9d5b43eedf16a6afd4c /Library
parentd69ac86de47e6621d92d7b6da52c804d06dc4ee3 (diff)
downloadhomebrew-834228c494decba99066c9714c43b20ec5e5349b.tar.bz2
ejabberd 15.0.2
Update to latest stable release, use HTTPS homepage link, RuboCop compliance. Closes #37461. Signed-off-by: Xu Cheng <xucheng@me.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/ejabberd.rb13
1 files changed, 5 insertions, 8 deletions
diff --git a/Library/Formula/ejabberd.rb b/Library/Formula/ejabberd.rb
index 6d216d8c6..3d76edbf9 100644
--- a/Library/Formula/ejabberd.rb
+++ b/Library/Formula/ejabberd.rb
@@ -1,11 +1,9 @@
-require "formula"
-
class Ejabberd < Formula
- homepage "http://www.ejabberd.im"
- url "https://www.process-one.net/downloads/ejabberd/14.12/ejabberd-14.12.tgz"
- sha1 "baf944fb15a31ea19a3bc6da685bbc0e7c0daeff"
+ homepage "https://www.ejabberd.im"
+ url "https://www.process-one.net/downloads/ejabberd/15.02/ejabberd-15.02.tgz"
+ sha256 "58cc6b9b512f2f495993be735a8313a8a0591157e0f35a9a3702b59ff9eb6beb"
- head 'https://github.com/processone/ejabberd.git'
+ head "https://github.com/processone/ejabberd.git"
bottle do
sha1 "cdaca13e8fd41e5defc1290ab74d05a705886394" => :yosemite
@@ -27,7 +25,7 @@ class Ejabberd < Formula
ENV["SBIN_DIR"] = sbin
if build.build_32_bit?
- ENV.append %w{CFLAGS LDFLAGS}, "-arch #{Hardware::CPU.arch_32_bit}"
+ ENV.append %w[CFLAGS LDFLAGS], "-arch #{Hardware::CPU.arch_32_bit}"
end
args = ["--prefix=#{prefix}",
@@ -74,5 +72,4 @@ class Ejabberd < Formula
</plist>
EOS
end
-
end