diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/n.rb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Library/Formula/n.rb b/Library/Formula/n.rb index 478e88e3b..4c597b8f0 100644 --- a/Library/Formula/n.rb +++ b/Library/Formula/n.rb @@ -1,8 +1,8 @@ class N < Formula - 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" + homepage "https://github.com/tj/n" + head "https://github.com/tj/n.git" + url "https://github.com/tj/n/archive/v1.3.0.tar.gz" + sha1 "3c3248456bd6255401305d2cdf24898d78c28e25" def install bin.mkdir |
