Created
September 9, 2010 17:09
-
-
Save ddeaguiar/572190 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git Library/Formula/npm.rb Library/Formula/npm.rb | |
index 7c7d620..ac2edf9 100644 | |
--- Library/Formula/npm.rb | |
+++ Library/Formula/npm.rb | |
@@ -1,9 +1,9 @@ | |
require 'formula' | |
class Npm <Formula | |
- url 'http://github.com/isaacs/npm/tarball/v0.1.25' | |
+ url 'http://github.com/isaacs/npm/tarball/v0.1.27' | |
homepage 'http://github.com/isaacs/npm' | |
- md5 '14910efa963893691406cc761f7c473a' | |
+ md5 '65a9ba6e46299f213145b90248cbcc20' | |
head 'git://github.com/isaacs/npm.git' | |
depends_on 'node' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment