diff options
| -rw-r--r-- | Library/Formula/uwsgi.rb | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Library/Formula/uwsgi.rb b/Library/Formula/uwsgi.rb index 48ce5ac3e..717120ebc 100644 --- a/Library/Formula/uwsgi.rb +++ b/Library/Formula/uwsgi.rb @@ -6,9 +6,10 @@ class Uwsgi < Formula sha1 "5e0fc187ea10366153a1f800c0e7e80940188837" bottle do - sha1 "cccf498414d3120ca439ab1ed32c4ed1e04b573b" => :mavericks - sha1 "6ce7c6a0434b133d3f6efba72783650b34f13e2b" => :mountain_lion - sha1 "33678570960fa45d5e2a7017bfa1ad67f9dedeb3" => :lion + revision 1 + sha1 "b7bd8eab827a33c547016c8a6e381517ce9143c2" => :mavericks + sha1 "d41c406d8c772c220a77f7c9b03158ccdd898f96" => :mountain_lion + sha1 "e64b429906886bffb38884c3a2d57645d83d68a1" => :lion end depends_on "pkg-config" => :build |
