diff options
| -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 | 
