Update cinatra to 0.9.1 (#4307)

* Update cinatra to 0.9.1

* Update xmake.lua

---------

Co-authored-by: star9029 <hengxings783@gmail.com>
pull/4513/head
xpxz 7 months ago committed by GitHub
parent ebb8514533
commit f71af64753
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 9
      packages/c/cinatra/xmake.lua

@ -4,13 +4,14 @@ package("cinatra")
set_description("modern c++(c++20), cross-platform, header-only, easy to use http framework")
set_license("MIT")
add_urls("https://github.com/qicosmos/cinatra/archive/refs/tags/v$(version).tar.gz",
add_urls("https://github.com/qicosmos/cinatra/archive/refs/tags/$(version).tar.gz",
"https://github.com/qicosmos/cinatra.git")
add_versions("0.8.9", "007dc38aceedf42d03a9c05dc9aa6d2f303456ae7ce1100800df7a565b83b510")
add_versions("0.8.0", "4e14d5206408eccb43b3e810d3a1fe228fbc7496ded8a16b041ed12cbcce4479")
add_versions("0.9.1", "d1a8018e41caabbda2c380175b632e3c9c10b519727f6b998eda4e3f4ede84bd")
add_versions("v0.8.9", "007dc38aceedf42d03a9c05dc9aa6d2f303456ae7ce1100800df7a565b83b510")
add_versions("v0.8.0", "4e14d5206408eccb43b3e810d3a1fe228fbc7496ded8a16b041ed12cbcce4479")
add_patches("0.8.9", "patches/0.8.9/windows-move.patch", "c913ed0e9044ffc0ced40516245ec0d55262f8eabd30244d9911c3f0427a60f5")
add_patches(">=0.8.9", "patches/0.8.9/windows-move.patch", "c913ed0e9044ffc0ced40516245ec0d55262f8eabd30244d9911c3f0427a60f5")
add_configs("ssl", {description = "Enable SSL", default = false, type = "boolean"})
add_configs("gzip", {description = "Enable GZIP", default = false, type = "boolean"})

Loading…
Cancel
Save