mesos 0.19.1
Verified with the following tests: * Upgraded system with 0.19.0 installed to 0.19.1 * Fresh install of 0.19.1 * brew test mesos.rb Closes Homebrew/homebrew#31029. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
parent
4db6f3cd40
commit
eeed118e42
1 changed files with 3 additions and 3 deletions
|
@ -2,9 +2,9 @@ require "formula"
|
|||
|
||||
class Mesos < Formula
|
||||
homepage "http://mesos.apache.org"
|
||||
version "0.19.0"
|
||||
url "http://mirror.cogentco.com/pub/apache/mesos/0.19.0/mesos-0.19.0.tar.gz"
|
||||
sha1 "68d898e089a6b806fc88e0b1840f2dc4068cb5fe"
|
||||
version "0.19.1"
|
||||
url "http://mirror.cogentco.com/pub/apache/mesos/0.19.1/mesos-0.19.1.tar.gz"
|
||||
sha1 "3f219313324f86e11df25688ccb86c2814ab29c5"
|
||||
|
||||
depends_on :java => "1.7"
|
||||
depends_on "maven" => :build
|
||||
|
|
Loading…
Reference in a new issue