diff options
| author | Brett Koonce | 2014-06-21 13:25:46 -0700 |
|---|---|---|
| committer | Brett Koonce | 2014-06-21 17:23:22 -0700 |
| commit | 64c02beced19ac7bc0be303cdada4a60c526e5c1 (patch) | |
| tree | 496dbcfb9b24838512288df6c47efea314877ea9 /Library | |
| parent | 953bb6f281fe71f6f8536f243ac3d04a1cd415a6 (diff) | |
| download | homebrew-64c02beced19ac7bc0be303cdada4a60c526e5c1.tar.bz2 | |
watchman v2.9.8
Closes #30347.
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/watchman.rb | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/Library/Formula/watchman.rb b/Library/Formula/watchman.rb index 8607284cd..2801d79cb 100644 --- a/Library/Formula/watchman.rb +++ b/Library/Formula/watchman.rb @@ -1,15 +1,15 @@ -require 'formula' +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.6.tar.gz' - sha1 '415e0f2547205c7507e520bc40dc8cca3e06a40a' + homepage "https://github.com/facebook/watchman" + head "https://github.com/facebook/watchman.git" + url "https://github.com/facebook/watchman/archive/v2.9.8.tar.gz" + sha1 "f2ddfb5d42dce32da71dd789f63b705526fc9758" depends_on "autoconf" => :build depends_on "automake" => :build - depends_on 'pkg-config' => :build - depends_on 'pcre' + depends_on "pkg-config" => :build + depends_on "pcre" def install system "./autogen.sh" |
