Skip to content

Commit 3135df4

Browse files
authored
update vc-ltl5 to 5.2.1 (#7312)
1 parent 8f52ecf commit 3135df4

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

packages/v/vc-ltl5/xmake.lua

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,14 @@ package("vc-ltl5")
33
set_description("Shared to msvcrt.dll or ucrtbase.dll and optimize the C/C++ application file size")
44
set_license("EPL-2.0")
55

6-
add_urls("https://github.com/Chuyu-Team/VC-LTL5/releases/download/v$(version)/VC-LTL-$(version)-Binary.7z")
6+
add_urls("https://github.com/Chuyu-Team/VC-LTL5/releases/download/$(version)", {version = function (version)
7+
if version:ge("5.2.1") then
8+
return "v" .. version .. "/VC-LTL-Binary.7z"
9+
else
10+
return "v" .. version .. "/VC-LTL-" .. version .. "-Binary.7z"
11+
end
12+
end})
13+
add_versions("5.2.1", "0b0b17b7a4ed993701208b2eaeba91f3acf2f1b5402430b52ac7bfbca2519464")
714
add_versions("5.1.1", "71eb81ad7d5270cb2a247d6b1c5c01b8efb8f2c869d2e5222be8aafab2fc07de")
815
add_versions("5.0.6", "e406f829f75d59c34ee1e34cb6e994eb7db0810123ae7196499f26df88bc0a6f")
916
add_versions("5.0.7", "08555aca30b2f77a484534be0799cfed05bfdeb1d1e461d91576264d7123e687")

0 commit comments

Comments
 (0)