diff options
| author | Brett Koonce | 2014-07-20 19:24:47 -0700 |
|---|---|---|
| committer | Brett Koonce | 2014-07-20 21:59:16 -0700 |
| commit | 9f8c0af59a7e40b0b5ff106c21c8f6fe4aac3904 (patch) | |
| tree | 86d7f470115ef0f100511c8962e79aa2f2940e12 | |
| parent | 47f382b0b1bc2bf0817a55723033773610b234c5 (diff) | |
| download | homebrew-9f8c0af59a7e40b0b5ff106c21c8f6fe4aac3904.tar.bz2 | |
n 1.2
| -rw-r--r-- | Library/Formula/n.rb | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Library/Formula/n.rb b/Library/Formula/n.rb index 72296e6ce..e259ce136 100644 --- a/Library/Formula/n.rb +++ b/Library/Formula/n.rb @@ -1,10 +1,10 @@ -require 'formula' +require "formula" class N < Formula - homepage 'https://github.com/visionmedia/n' - head 'https://github.com/visionmedia/n.git' - url 'https://github.com/visionmedia/n/archive/1.2.1.tar.gz' - sha1 'c8a54313ee8ff43f3b6cdb03f140bc200f548f9f' + homepage "https://github.com/visionmedia/n" + head "https://github.com/visionmedia/n.git" + url "https://github.com/visionmedia/n/archive/v1.2.7.tar.gz" + sha1 "1852167d79d42b5077f23197133ec717ca1b78a0" def install bin.mkdir |
