|
@@ -5,10 +5,19 @@ package("llhttp")
|
|
|
|
|
|
add_urls("https://github.com/nodejs/llhttp/archive/refs/tags/release/$(version).tar.gz")
|
|
|
|
|
|
+ add_versions("v9.3.0", "1a2b45cb8dda7082b307d336607023aa65549d6f060da1d246b1313da22b685a")
|
|
|
add_versions("v9.2.1", "3c163891446e529604b590f9ad097b2e98b5ef7e4d3ddcf1cf98b62ca668f23e")
|
|
|
add_versions("v8.1.0", "9da0d23453e8e242cf3b2bc5d6fb70b1517b8a70520065fcbad6be787e86638e")
|
|
|
add_versions("v3.0.0", "02931556e69f8d075edb5896127099e70a093c104a994a57b4d72c85b48d25b0")
|
|
|
|
|
|
+ if on_check then
|
|
|
+ on_check("cross", function (package)
|
|
|
+ if package:version():ge("9.3.0") then
|
|
|
+ raise("package(llhttp >=9.3.0) unsupported cross pltform")
|
|
|
+ end
|
|
|
+ end)
|
|
|
+ end
|
|
|
+
|
|
|
on_load(function (package)
|
|
|
if package:version():ge("9.2.1") then
|
|
|
package:add("deps", "cmake")
|