From 64c02beced19ac7bc0be303cdada4a60c526e5c1 Mon Sep 17 00:00:00 2001 From: Brett Koonce Date: Sat, 21 Jun 2014 13:25:46 -0700 Subject: watchman v2.9.8 Closes #30347. --- Library/Formula/watchman.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'Library/Formula') 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" -- cgit v1.2.3