diff options
| author | Dominyk Tiller | 2015-03-31 13:55:06 +0100 |
|---|---|---|
| committer | Brett Koonce | 2015-03-31 23:58:05 -0700 |
| commit | 40859b563e3df094caf135f07d63f0027936a5f2 (patch) | |
| tree | 7b8590df6913c4498beb3cfff56cb3ee02c2fc52 /Library/Formula | |
| parent | 08a93101b2f5a80be313de7b3af537beefcab192 (diff) | |
| download | homebrew-40859b563e3df094caf135f07d63f0027936a5f2.tar.bz2 | |
iojs 1.6.3
Closes #38232.
Signed-off-by: Brett Koonce <koonce@gmail.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/iojs.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/iojs.rb b/Library/Formula/iojs.rb index a4e747e13..efc1b8f79 100644 --- a/Library/Formula/iojs.rb +++ b/Library/Formula/iojs.rb @@ -1,7 +1,7 @@ class Iojs < Formula homepage "https://iojs.org/" - url "https://iojs.org/dist/v1.6.2/iojs-v1.6.2.tar.xz" - sha256 "0015db12ebc7bdef4c44d88af08c964dea5fbf45a6e1218ed5ce26a275a4d3c6" + url "https://iojs.org/dist/v1.6.3/iojs-v1.6.3.tar.xz" + sha256 "79954738268ef0952a61549b951230fac70ce0f7fc709cae25b1d53039430380" bottle do sha256 "320bc71ce1b914a0f480c0e856d5a0a42b8bafb2caf139112a2ed46cfffa368b" => :yosemite |
