aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorAdam Vandenberg2013-09-27 21:29:08 -0700
committerAdam Vandenberg2013-09-27 22:00:50 -0700
commit7c3822c0b07dd41d617087926356cc777ca71c44 (patch)
treea2ab023e82290d545e7d6e8be12c99ab0a789414 /Library/Formula
parent0557567eb782ad13791834fa32b119fe0171207f (diff)
downloadhomebrew-7c3822c0b07dd41d617087926356cc777ca71c44.tar.bz2
nu 2.1.1
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/nu.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/nu.rb b/Library/Formula/nu.rb
index d4ae3ac90..ed253f20c 100644
--- a/Library/Formula/nu.rb
+++ b/Library/Formula/nu.rb
@@ -2,8 +2,8 @@ require 'formula'
class Nu < Formula
homepage 'http://programming.nu'
- url 'http://programming.nu/releases/Nu-2.0.1.tgz'
- sha1 'c0735f8f3daec9471b849f8e96827b5eef0ec44e'
+ url 'https://github.com/timburks/nu/archive/v2.1.1.tar.gz'
+ sha1 'ca0f9bbd5bbdb8528be516325f274d07d4be54bf'
depends_on :macos => :lion
depends_on 'pcre'