Skip to content

Commit

Permalink
mongrel2: style nits
Browse files Browse the repository at this point in the history
  • Loading branch information
xu-cheng committed Jan 12, 2016
1 parent 671d6fb commit b1d96f2
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions Formula/mongrel2.rb
@@ -1,26 +1,26 @@
class Mongrel2 < Formula
desc "Application, language, and network architecture agnostic web server"
homepage "http://mongrel2.org/"
url "https://github.com/mongrel2/mongrel2/releases/download/v1.11.0/mongrel2-v1.11.0.tar.bz2"
sha256 "917f2ce07c0908cae63ac03f3039815839355d46568581902377ba7e41257bed"

head "https://github.com/mongrel2/mongrel2.git", :branch => "develop"

bottle do
cellar :any
sha256 "7a6880cbc814b084a3ac91e379b7a720438951e31a18119c232f976fded229c3" => :el_capitan
sha256 "0b2926fe3d79ab934e95f0e5c067e8bb23b6900b99255482defee9388a0dee07" => :yosemite
sha256 "dd07092a2384c243fcd8c54ed67f2a728f3da698276540fc1c9b201eb3c5cbbb" => :mavericks
end

stable do
url "https://github.com/mongrel2/mongrel2/releases/download/v1.11.0/mongrel2-v1.11.0.tar.bz2"
sha256 "917f2ce07c0908cae63ac03f3039815839355d46568581902377ba7e41257bed"

# ensure unit tests work on 1.11.0. remove after next release
patch do
url "https://github.com/mongrel2/mongrel2/commit/7cb8532e2ecc341d77885764b372a363fbc72eff.patch"
sha256 "b1861a49c7edff66cfd6bd898c8ce2e0ed7a5e9ecc454fdab337fb70af2346cd"
end
end

bottle do
cellar :any
sha256 "7a6880cbc814b084a3ac91e379b7a720438951e31a18119c232f976fded229c3" => :el_capitan
sha256 "0b2926fe3d79ab934e95f0e5c067e8bb23b6900b99255482defee9388a0dee07" => :yosemite
sha256 "dd07092a2384c243fcd8c54ed67f2a728f3da698276540fc1c9b201eb3c5cbbb" => :mavericks
end

depends_on "zeromq"

def install
Expand Down

0 comments on commit b1d96f2

Please sign in to comment.