diff options
| author | Matthias Nuessler | 2015-03-27 23:50:06 +0100 |
|---|---|---|
| committer | Xu Cheng | 2015-03-29 20:19:41 +0800 |
| commit | 5ad71644867c229123df45947d44c06672d96ddb (patch) | |
| tree | d5386b897116463bf1ca3d20a4a42c6b8d2542dc /Library | |
| parent | 85287aa97b33f2a3e24527fb97fae4ba545cfed9 (diff) | |
| download | homebrew-5ad71644867c229123df45947d44c06672d96ddb.tar.bz2 | |
mesos 0.22.0
Closes #38135.
Signed-off-by: Xu Cheng <xucheng@me.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/mesos.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/mesos.rb b/Library/Formula/mesos.rb index 9a6c0e131..85d712657 100644 --- a/Library/Formula/mesos.rb +++ b/Library/Formula/mesos.rb @@ -1,8 +1,8 @@ class Mesos < Formula homepage "https://mesos.apache.org" - url "http://www.apache.org/dyn/closer.cgi?path=mesos/0.21.1/mesos-0.21.1.tar.gz" - mirror "https://archive.apache.org/dist/mesos/0.21.1/mesos-0.21.1.tar.gz" - sha256 "a953c76a7fb4a45662a6cd084d867372933902d2507cc3f753970dbbc5cce7e3" + url "https://www.apache.org/dyn/closer.cgi?path=mesos/0.22.0/mesos-0.22.0.tar.gz" + mirror "https://archive.apache.org/dist/mesos/0.22.0/mesos-0.22.0.tar.gz" + sha256 "689f66f63bec043eb1bbf16be1cbe15ea5f359f308f7f5b01dd48075f20e0c7d" bottle do revision 2 |
