diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/watchman.rb | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/Library/Formula/watchman.rb b/Library/Formula/watchman.rb index bb4489e56..303ce8ce4 100644 --- a/Library/Formula/watchman.rb +++ b/Library/Formula/watchman.rb @@ -3,14 +3,11 @@ require "formula" class Watchman < Formula homepage "https://github.com/facebook/watchman" head "https://github.com/facebook/watchman.git" - url "https://github.com/facebook/watchman/archive/v3.0.0.tar.gz" - sha1 "cd62a0185401536455e3b6a67c3ee146e291ac9e" + url "https://github.com/facebook/watchman/archive/v3.1.tar.gz" + sha1 "eb5572cd9cf4ce2b8e31d51ed22d5ec8cc6301ae" bottle do cellar :any - sha1 "fb0dfbd321fdc91582fe5143d517e2365dfc6cb2" => :yosemite - sha1 "7092fe20b0f41d8e7f21bac7310935430c7cf68e" => :mavericks - sha1 "afe69c3e419e3b6a7dff177518451bbba6da0dfd" => :mountain_lion end depends_on "autoconf" => :build |
