diff options
Diffstat (limited to 'Library/Formula/narwhal.rb')
| -rw-r--r-- | Library/Formula/narwhal.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/narwhal.rb b/Library/Formula/narwhal.rb index 1b20e5228..f95572f61 100644 --- a/Library/Formula/narwhal.rb +++ b/Library/Formula/narwhal.rb @@ -2,8 +2,8 @@ require 'formula' class Narwhal < Formula homepage 'https://github.com/280north/narwhal' - url 'https://github.com/280north/narwhal/tarball/v0.3.2' - sha1 '64865fd335ad5078a32eee4504a98fdd6796199c' + url 'https://github.com/280north/narwhal/archive/v0.3.2.tar.gz' + sha1 'c93c6ad673e9e58642c1a46f493e16fc808bce60' head 'https://github.com/280north/narwhal.git' |
