libluv: update to the latest release (#29228)

Fixes #26673.
This commit is contained in:
Ondřej Čertík 2022-02-26 10:11:53 -07:00 committed by GitHub
parent 00ed99dc16
commit dd5943bc6f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,6 +14,7 @@ class Libluv(CMakePackage):
homepage = "https://github.com/luvit/luv"
url = "https://github.com/luvit/luv/releases/download/1.36.0-0/luv-1.36.0-0.tar.gz"
version('1.43.0-0', sha256='567a6f3dcdcf8a9b54ddc57ffef89d1e950d72832b85ee81c8c83a9d4e0e9de2')
version('1.36.0-0', sha256='f2e7eb372574f25c6978c1dc74280d22efdcd7df2dda4a286c7fe7dceda26445')
depends_on('lua', type='link')