From e0c0cddf7cc74bfbb2f948651be251ce7d4f6b57 Mon Sep 17 00:00:00 2001 From: ruki Date: Fri, 11 Oct 2024 00:56:19 +0800 Subject: replace some hash case --- xmake/modules/utils/ci/packageskey.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xmake/modules/utils') diff --git a/xmake/modules/utils/ci/packageskey.lua b/xmake/modules/utils/ci/packageskey.lua index a293009af..c29ddfdfe 100644 --- a/xmake/modules/utils/ci/packageskey.lua +++ b/xmake/modules/utils/ci/packageskey.lua @@ -60,7 +60,7 @@ function main(requires_raw) keys = table.concat(keys, ",") option.restore() - print(hash.uuid4(keys):gsub('-', ''):lower()) + print(hash.strhash128(keys)) end -- cgit v1.3.1