From 75bc922f7890aafaac8a90c51203dbb061dd7d97 Mon Sep 17 00:00:00 2001 From: ruki Date: Fri, 22 Mar 2024 21:03:47 +0800 Subject: [PATCH] Update emio to 0.7.0 (#3584) --- packages/e/emio/xmake.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/e/emio/xmake.lua b/packages/e/emio/xmake.lua index 028faf794..fa900ffa7 100644 --- a/packages/e/emio/xmake.lua +++ b/packages/e/emio/xmake.lua @@ -6,6 +6,7 @@ package("emio") add_urls("https://github.com/viatorus/emio/archive/refs/tags/$(version).tar.gz", "https://github.com/viatorus/emio.git") + add_versions("0.7.0", "1ef5304964eee109c13477f2d84822ee474612475049a377b59e33a5fe05d7eb") add_versions("0.4.0", "847198a37fbf9dcc00ac85fbc64b283e41a018f53c39363129a4bdb9939338a6") add_deps("cmake")