libuv 1.31.0
Closes #43005. Signed-off-by: Chongyu Zhu <i@lembacon.com>
This commit is contained in:
parent
e640009a78
commit
c03eb29c13
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
||||||
class Libuv < Formula
|
class Libuv < Formula
|
||||||
desc "Multi-platform support library with a focus on asynchronous I/O"
|
desc "Multi-platform support library with a focus on asynchronous I/O"
|
||||||
homepage "https://github.com/libuv/libuv"
|
homepage "https://github.com/libuv/libuv"
|
||||||
url "https://github.com/libuv/libuv/archive/v1.30.1.tar.gz"
|
url "https://github.com/libuv/libuv/archive/v1.31.0.tar.gz"
|
||||||
sha256 "d85566c2c4eae7d8e2c2d27d40e728fea29f9086e98e795c5cdce1a790f43de5"
|
sha256 "ab041ea5d1965a33d4e03ea87718b8922ba4e54abb46c71cf9e040edef2556c0"
|
||||||
head "https://github.com/libuv/libuv.git", :branch => "v1.x"
|
head "https://github.com/libuv/libuv.git", :branch => "v1.x"
|
||||||
|
|
||||||
bottle do
|
bottle do
|
||||||
|
|
Loading…
Reference in a new issue