libuv 1.26.0

Closes #36921.

Signed-off-by: Chongyu Zhu <i@lembacon.com>
This commit is contained in:
Chongyu Zhu 2019-02-12 17:22:21 +08:00
parent d85e7314d7
commit a282e92f36
No known key found for this signature in database
GPG key ID: 1A43E3C9100B38F5

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.25.0.tar.gz"
sha256 "ce3036d444c3fb4f9a9e2994bec1f4fa07872b01456998b422ce918fdc55c254"
url "https://github.com/libuv/libuv/archive/v1.26.0.tar.gz"
sha256 "e414cf74615b7dae768f0f5667092f1d4975f5067c087bcbe0641e241ebe4693"
head "https://github.com/libuv/libuv.git", :branch => "v1.x"
bottle do