aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorBrett Koonce2014-06-21 13:25:46 -0700
committerBrett Koonce2014-06-21 17:23:22 -0700
commit64c02beced19ac7bc0be303cdada4a60c526e5c1 (patch)
tree496dbcfb9b24838512288df6c47efea314877ea9 /Library/Formula
parent953bb6f281fe71f6f8536f243ac3d04a1cd415a6 (diff)
downloadhomebrew-64c02beced19ac7bc0be303cdada4a60c526e5c1.tar.bz2
watchman v2.9.8
Closes #30347.
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/watchman.rb14
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"