|
@@ -6,6 +6,7 @@ package("tgbot-cpp")
|
|
|
set_urls("https://github.com/reo7sp/tgbot-cpp/archive/refs/tags/$(version).tar.gz",
|
|
|
"https://github.com/reo7sp/tgbot-cpp.git")
|
|
|
|
|
|
+ add_versions("v1.9", "3aacb7cc7a4e95f9915d86794cffb0ec3128f37401a18719c1be215fca37bacb")
|
|
|
add_versions("v1.8", "43ff1a359b8db026e58e517703e616accaae33e01ebc7e87613632b7e4653467")
|
|
|
add_versions("v1.7.3", "f1d2863a7ac77f2a58b3c6f8a163b4d6e9d191ab5bff0dcf6e271adabf9111a9")
|
|
|
add_versions("v1.7.2", "3a41c25c5e4b60bda3f278550a380f1c7c382fd50ea1ab1801edc837d1535462")
|
|
@@ -13,7 +14,7 @@ package("tgbot-cpp")
|
|
|
add_configs("curl", {description = "Use curl-based http client CurlHttpClient", default = false, type = "boolean"})
|
|
|
|
|
|
add_deps("openssl", "zlib")
|
|
|
- add_deps("boost", {configs = {system = true}})
|
|
|
+ add_deps("boost", {configs = {system = true, container = true, asio = true}})
|
|
|
|
|
|
on_load(function (package)
|
|
|
if package:config("curl") then
|