diff options
| author | nulltask | 2015-01-15 12:17:26 +0900 | 
|---|---|---|
| committer | Jack Nagel | 2015-01-14 22:44:19 -0500 | 
| commit | 6d91bcbd68cc30658991fe9aa06bc6b4550e2930 (patch) | |
| tree | 7790c67028bbafa5f724c3f5bbc61e722ae516a3 /Library/Formula/nodebrew.rb | |
| parent | a69c489282e4690af43192a2a928f85445ee7495 (diff) | |
| download | homebrew-6d91bcbd68cc30658991fe9aa06bc6b4550e2930.tar.bz2 | |
nodebrew 0.8.0
Closes #35889.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula/nodebrew.rb')
| -rw-r--r-- | Library/Formula/nodebrew.rb | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/Library/Formula/nodebrew.rb b/Library/Formula/nodebrew.rb index ae292fc5d..9ceca3e8c 100644 --- a/Library/Formula/nodebrew.rb +++ b/Library/Formula/nodebrew.rb @@ -2,8 +2,8 @@ require "formula"  class Nodebrew < Formula    homepage "https://github.com/hokaccha/nodebrew" -  url "https://github.com/hokaccha/nodebrew/archive/v0.7.4.tar.gz" -  sha1 "b60f9048837a15eef2420e9ffbced6d57b753534" +  url "https://github.com/hokaccha/nodebrew/archive/v0.8.0.tar.gz" +  sha1 "5f3ec97e267fbccffcd3732a0a2436daa3a09d48"    head "https://github.com/hokaccha/nodebrew.git"    def install | 
