summaryrefslogtreecommitdiff
path: root/xmake/modules/utils/ci/packageskey.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2024-10-11 00:56:19 +0800
committerruki <[email protected]>2024-10-11 00:56:19 +0800
commite0c0cddf7cc74bfbb2f948651be251ce7d4f6b57 (patch)
tree7716e34bcbf6fba33851d9a07becaba3aaf05d0a /xmake/modules/utils/ci/packageskey.lua
parentd023f3501a95bcd2c7475b578bed7585d8ed60d3 (diff)
replace some hash case
Diffstat (limited to 'xmake/modules/utils/ci/packageskey.lua')
-rw-r--r--xmake/modules/utils/ci/packageskey.lua2
1 files changed, 1 insertions, 1 deletions
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