diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/watchman.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/watchman.rb b/Library/Formula/watchman.rb index c291455d5..04392401d 100644 --- a/Library/Formula/watchman.rb +++ b/Library/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 |
