Skip to content

Instantly share code, notes, and snippets.

@ddeaguiar
Created September 9, 2010 17:09
Show Gist options
  • Save ddeaguiar/572190 to your computer and use it in GitHub Desktop.
Save ddeaguiar/572190 to your computer and use it in GitHub Desktop.
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