libuv 1.19.1
Closes #23106. Signed-off-by: ilovezfs <ilovezfs@icloud.com>
This commit is contained in:
parent
be1d6596bd
commit
c748e3d39c
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.19.0.tar.gz"
|
url "https://github.com/libuv/libuv/archive/v1.19.1.tar.gz"
|
||||||
sha256 "37c94b934dce14fcee94f82ecceefaf806ac0601d07bf7148a3bdb35e249e957"
|
sha256 "8d96a6230af4f9f33d6ec021b599e157279a2af72ed38cf4a8c25e6d58d952ef"
|
||||||
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