Update libuv to v1.49.2 (#5556)

pull/5560/head
ruki 1 month ago committed by GitHub
parent 01d1ad59ae
commit 53d73f05e1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 1
      packages/l/libuv/xmake.lua

@ -6,6 +6,7 @@ package("libuv")
set_urls("https://github.com/libuv/libuv/archive/refs/tags/$(version).zip", set_urls("https://github.com/libuv/libuv/archive/refs/tags/$(version).zip",
"https://github.com/libuv/libuv.git") "https://github.com/libuv/libuv.git")
add_versions("v1.49.2", "9050042ac6cbd85c644e38c23a67e9f8a9d32eafe71479bbea674b4125489141")
add_versions("v1.49.1", "94312ede44c6cae544ae316557e2651aea65efce5da06f8d44685db08392ec5d") add_versions("v1.49.1", "94312ede44c6cae544ae316557e2651aea65efce5da06f8d44685db08392ec5d")
add_versions("v1.49.0", "99378c7911af3f0141b085aa59feb76ff54885e4bbc516be677c06c952fb9fa0") add_versions("v1.49.0", "99378c7911af3f0141b085aa59feb76ff54885e4bbc516be677c06c952fb9fa0")
add_versions("v1.48.0", "6dd637af0c23bee06b685a94e22f7e695f4ea7a9ab705485e32e658d4fd0125b") add_versions("v1.48.0", "6dd637af0c23bee06b685a94e22f7e695f4ea7a9ab705485e32e658d4fd0125b")

Loading…
Cancel
Save