libuv 1.29.1
Closes #40167. Signed-off-by: Chongyu Zhu <i@lembacon.com>
This commit is contained in:
parent
339056f5db
commit
a0941db460
1 changed files with 2 additions and 2 deletions
|
@ -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.29.0.tar.gz"
|
||||
sha256 "ca62158fd35dfc06e37400f5ae5d0f18dde1ffc4c140738fff6f95b036a8b6f1"
|
||||
url "https://github.com/libuv/libuv/archive/v1.29.1.tar.gz"
|
||||
sha256 "bdde1140087ce97080ea323c3598553ece00a24ae63ac568be78bef3e97f3e25"
|
||||
head "https://github.com/libuv/libuv.git", :branch => "v1.x"
|
||||
|
||||
bottle do
|
||||
|
|
Loading…
Reference in a new issue