From a2e2286ccbd41b67c7491cee2dc8f879b8b51348 Mon Sep 17 00:00:00 2001 From: ilovezfs Date: Thu, 30 Nov 2017 20:59:02 -0800 Subject: [PATCH] libuv 1.18.0 Closes #21226. Signed-off-by: ilovezfs --- Formula/libuv.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/libuv.rb b/Formula/libuv.rb index ac3b69fedd..5b8311fbf8 100644 --- a/Formula/libuv.rb +++ b/Formula/libuv.rb @@ -1,8 +1,8 @@ class Libuv < Formula desc "Multi-platform support library with a focus on asynchronous I/O" homepage "https://github.com/libuv/libuv" - url "https://github.com/libuv/libuv/archive/v1.17.0.tar.gz" - sha256 "c7282fd7ccec9b8c331e7bb6d5008617f8a980e61ec5748be61c263b85efb47c" + url "https://github.com/libuv/libuv/archive/v1.18.0.tar.gz" + sha256 "772f93776ba68a357b515cda1515ce898674ef6cde30826d0cac64ce9950ebb0" head "https://github.com/libuv/libuv.git", :branch => "v1.x" bottle do