diff options
| author | Joshua Peek | 2013-05-16 14:19:44 -0500 |
|---|---|---|
| committer | Jack Nagel | 2013-05-16 14:49:32 -0500 |
| commit | 7bde28d768220535ba6408662fc1e34bb31e5910 (patch) | |
| tree | 1344caa3f3de8ce8b038f6cf0b72df92541ab683 /Library | |
| parent | 5b529b0851ccfd2a71c4bab28bf4732c20c6e428 (diff) | |
| download | homebrew-7bde28d768220535ba6408662fc1e34bb31e5910.tar.bz2 | |
Pow 0.4.1
Is compatible with Node 0.10.x.
Closes #19872.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/pow.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/pow.rb b/Library/Formula/pow.rb index 9b1f41587..118a1e442 100644 --- a/Library/Formula/pow.rb +++ b/Library/Formula/pow.rb @@ -2,8 +2,8 @@ require 'formula' class Pow < Formula homepage 'http://pow.cx/' - url 'http://get.pow.cx/versions/0.4.0.tar.gz' - sha1 '85a71532934af680c4a96eadc4e8246d54655c14' + url 'http://get.pow.cx/versions/0.4.1.tar.gz' + sha1 '46976c6eea914ec78ba424b919e8928e4fc9a6bf' depends_on 'node' |
