Skip to content

Commit cdb29af

Browse files
Sunrisepeakclaude
andcommitted
fix: add v prefix to libxpkg version tag in URLs
The libxpkg repo uses v-prefixed tags (v0.0.1), so the URL template needs v$(version) instead of $(version). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent b8942c0 commit cdb29af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/m/mcpplibs-xpkg/xmake.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ package("mcpplibs-xpkg")
55
set_license("MIT")
66

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

1212
add_versions("0.0.1", "4bbf178c9225e6be09302408ebe70edfdae237adbf142ddf10d1535aec2ae0cd")

0 commit comments

Comments
 (0)