diff options
| author | Jianwei Han | 2015-04-04 11:59:15 +0800 |
|---|---|---|
| committer | Xu Cheng | 2015-04-04 17:05:09 +0800 |
| commit | 3369ed0b4601f7d87f57899e0c4137fdbb435ffc (patch) | |
| tree | a1a25fed74ea67f8a83f930eae4ccd50e0b7734a /Library | |
| parent | 986d8f4df891b84d1579eb44dfcacebfc6883114 (diff) | |
| download | homebrew-3369ed0b4601f7d87f57899e0c4137fdbb435ffc.tar.bz2 | |
n 1.3.0
Closes #38353.
Signed-off-by: Xu Cheng <xucheng@me.com>
Diffstat (limited to 'Library')
| -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 |
