diff options
| author | Brett Koonce | 2014-08-21 00:27:15 -0700 |
|---|---|---|
| committer | Mike McQuaid | 2014-08-21 14:37:14 +0100 |
| commit | e76f6db9879e8e27f5192a1c6e9db2753cd2cf7d (patch) | |
| tree | 60796f77853ceee901ca69bf891b2029c50edf8b /Library/Formula | |
| parent | f7b5654c944705de0dade1c0100f09ec25a95817 (diff) | |
| download | homebrew-e76f6db9879e8e27f5192a1c6e9db2753cd2cf7d.tar.bz2 | |
visionmedia-watch 0.3.1
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/visionmedia-watch.rb | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/Library/Formula/visionmedia-watch.rb b/Library/Formula/visionmedia-watch.rb index 139c65dab..d723bcab8 100644 --- a/Library/Formula/visionmedia-watch.rb +++ b/Library/Formula/visionmedia-watch.rb @@ -1,13 +1,13 @@ -require 'formula' +require "formula" class VisionmediaWatch < Formula - homepage 'https://github.com/visionmedia/watch' - url 'https://github.com/visionmedia/watch/archive/0.2.1.tar.gz' - sha1 '752006185eadb34a0ec3bdbea259c27359d886d0' + homepage "https://github.com/visionmedia/watch" + url "https://github.com/visionmedia/watch/archive/0.3.1.tar.gz" + sha1 "f5dc414eea6c5b079535c843e54ba638bcf0172b" - head 'https://github.com/visionmedia/watch.git' + head "https://github.com/visionmedia/watch.git" - conflicts_with 'watch' + conflicts_with "watch" def install bin.mkdir |
