From 231c6b2b15a44cd94d6b0537f9fc81ba08fe4814 Mon Sep 17 00:00:00 2001 From: Dominyk Tiller Date: Wed, 6 Sep 2017 17:34:41 +0100 Subject: [PATCH] libuv 1.14.1 Closes #17722. Signed-off-by: JCount --- Formula/libuv.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/libuv.rb b/Formula/libuv.rb index e333165d04..33a7bdde05 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.14.0.tar.gz" - sha256 "96088804334a70f84d64f45e4db926fc1dfa42d4a9d22b1812cf47bc0d9b6947" + url "https://github.com/libuv/libuv/archive/v1.14.1.tar.gz" + sha256 "82fbbb0eaab4adcf8ed513d3b777c8e02ed2e77aae265baf6bd2d68cb84bc9e3" head "https://github.com/libuv/libuv.git", :branch => "v1.x" bottle do