Skip to content

Commit 86a4457

Browse files
Sunrisepeakclaude
andcommitted
feat: add cmdline v0.0.2 (fix format width crash on GCC 15)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent c91787a commit 86a4457

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

packages/c/cmdline/xmake.lua

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,13 @@ package("cmdline")
55
set_license("Apache-2.0")
66

77
add_urls(
8-
"https://github.com/mcpplibs/cmdline/archive/refs/tags/$(version).tar.gz",
9-
"https://github.com/mcpplibs/cmdline.git"
8+
"https://github.com/mcpplibs/cmdline/archive/refs/tags/v$(version).tar.gz",
9+
"https://github.com/mcpplibs/cmdline.git v$(version)"
1010
)
1111

12+
add_versions("0.0.2", "4f3e2b8dc4d9f11bdd9a784a9914e889234ac305e1020282ffa03f506b75d52a")
13+
add_versions("0.0.1", "d5558cd419c8d46bdc958064cb97f963d1ea793866414c025906ec15033512ed")
14+
1215
on_install(function (package)
1316
import("package.tools.xmake").install(package)
1417
end)

0 commit comments

Comments
 (0)