libuv 1.14.1

Closes #17722.

Signed-off-by: JCount <JCount42@gmail.com>
This commit is contained in:
Dominyk Tiller 2017-09-06 17:34:41 +01:00 committed by JCount
parent 2495f193b6
commit 231c6b2b15

View file

@ -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