Update lsquic to v4.0.9 (#4424)

Co-authored-by: star9029 <hengxings783@gmail.com>
pull/4437/head
ruki 5 months ago committed by GitHub
parent 80955b5615
commit 505f63b3bc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 1
      packages/l/lsquic/xmake.lua

@ -6,6 +6,7 @@ package("lsquic")
add_urls("https://github.com/litespeedtech/lsquic/archive/refs/tags/$(version).tar.gz",
"https://github.com/litespeedtech/lsquic.git")
add_versions("v4.0.9", "bebb6e687138368d89ff3f67768692ac55b06925d63b011d000ce134b6ec98f1")
add_versions("v4.0.8", "f18ff2fa0addc1c51833304b3d3ff0979ecf5f53f54f96bcd3442a40cfcd440b")
add_patches(">=4.0.8", "patches/4.0.8/cmake.patch", "c9b8412fbd7df511dee4d57ea5dfa50bc527e015fc808270235b91abfd9baa89")

Loading…
Cancel
Save