From 11d93d6516ea76605702ecdd1659b355207346b0 Mon Sep 17 00:00:00 2001 From: Brett Koonce Date: Sun, 16 Mar 2014 10:28:54 -0500 Subject: [PATCH] watchman 2.9.5 Closes Homebrew/homebrew#27602. --- Formula/watchman.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/watchman.rb b/Formula/watchman.rb index c291455d54e..04392401d61 100644 --- a/Formula/watchman.rb +++ b/Formula/watchman.rb @@ -3,8 +3,8 @@ 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/v2.9.3.tar.gz' - sha1 '6647e36105b18b99b03eb009d13d8decc91e1898' + url 'https://github.com/facebook/watchman/archive/v2.9.5.tar.gz' + sha1 'e8dd863c6239caf1ef2742c0ecbba2b3b9febaaa' depends_on :autoconf depends_on :automake