diff options
| author | Adam Vandenberg | 2013-06-28 11:59:45 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2013-06-28 11:59:45 -0700 |
| commit | f9223a5bac46749558bd4c9a6df8c06d929b846b (patch) | |
| tree | 7f077cae6871a74dfe1afa29f3ac8f623832fd1e | |
| parent | 278d93d59f970777f6cb42113f93c9fbbe45b07c (diff) | |
| download | homebrew-f9223a5bac46749558bd4c9a6df8c06d929b846b.tar.bz2 | |
node: fix --devel checksum
Closes #20889.
| -rw-r--r-- | Library/Formula/node.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/node.rb b/Library/Formula/node.rb index 7e28c134a..5b8fd647b 100644 --- a/Library/Formula/node.rb +++ b/Library/Formula/node.rb @@ -36,7 +36,7 @@ class Node < Formula devel do url 'http://nodejs.org/dist/v0.11.3/node-v0.11.3.tar.gz' - sha1 '4f646bb3418d1c177ce28cdbc61e71de35b38aea' + sha1 '4b82d58ed3ce38fa67a8484b42cfd47179b6a4a5' end head 'https://github.com/joyent/node.git' |
