From 836e4eb1116d23cc06cf0c9a7981f0e2636af1f9 Mon Sep 17 00:00:00 2001 From: Jérôme Leclercq Date: Mon, 1 Apr 2024 14:28:40 +0200 Subject: fix patches checksum not being checked --- xmake/modules/private/action/require/impl/actions/patch_sources.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xmake/modules/private/action/require/impl/actions/patch_sources.lua b/xmake/modules/private/action/require/impl/actions/patch_sources.lua index 49f4363cb..a960d1bcb 100644 --- a/xmake/modules/private/action/require/impl/actions/patch_sources.lua +++ b/xmake/modules/private/action/require/impl/actions/patch_sources.lua @@ -51,7 +51,7 @@ end -- do patch function _patch(package, patchinfo) local patch_url = patchinfo.url - local patch_hash = patchinfo.hash + local patch_hash = patchinfo.sha256 local patch_extra = patchinfo.extra or {} -- trace -- cgit v1.3.1