Update xlsxio to 0.2.35 (#3796)

pull/3799/head
ruki 8 months ago committed by GitHub
parent 28c061a480
commit 60ff37928c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 1
      packages/x/xlsxio/xmake.lua

@ -6,6 +6,7 @@ package("xlsxio")
add_urls("https://github.com/brechtsanders/xlsxio/archive/refs/tags/$(version).tar.gz",
"https://github.com/brechtsanders/xlsxio.git")
add_versions("0.2.35", "03a4d1b1613953d46c8fc2ea048cd32007fbddcd376ab6d4156f72da2815adfa")
add_versions("0.2.34", "726e3bc3cf571ac20e5c39b1f192f3793d24ebfdeaadcd210de74aa1ec100bb6")
add_configs("libzip", {description = "Use libzip instead of Minizip", default = false, type = "boolean"})

Loading…
Cancel
Save