From eb1effdccd96425375af083d45a94a790f0c6d56 Mon Sep 17 00:00:00 2001 From: ruki Date: Wed, 15 Jan 2020 00:57:02 +0800 Subject: add resources for package --- xmake/actions/require/impl/action/patch.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xmake/actions/require/impl/action/patch.lua') diff --git a/xmake/actions/require/impl/action/patch.lua b/xmake/actions/require/impl/action/patch.lua index 2c04f9d6b..66340b8d8 100644 --- a/xmake/actions/require/impl/action/patch.lua +++ b/xmake/actions/require/impl/action/patch.lua @@ -80,6 +80,6 @@ function main(package) -- do all patches for _, patchinfo in ipairs(patches) do - _patch(package, patchinfo[1], patchinfo[2]) + _patch(package, patchinfo.url, patchinfo.sha256) end end -- cgit v1.3.1