Update g3log to 2.4 (#3209)

pull/3211/head
ruki 10 months ago committed by GitHub
parent a047d98b78
commit 8af3ebecb3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 1
      packages/g/g3log/xmake.lua

@ -6,6 +6,7 @@ package("g3log")
add_urls("https://github.com/KjellKod/g3log/archive/refs/tags/$(version).tar.gz",
"https://github.com/KjellKod/g3log.git")
add_versions("2.4", "a240673f6dda17a8d4d5768b6741534e6863e6c4d786c3678e4fe687eb115902")
add_versions("2.3", "a27dc3ff0d962cc6e0b4e60890b4904e664b0df16393d27e14c878d7de09b505")
add_configs("ios", {description = "iOS version of library.", default = false, type = "boolean", readonly = true})

Loading…
Cancel
Save