summaryrefslogtreecommitdiff
path: root/xmake/actions/require/impl/action/patch.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2020-01-15 00:57:02 +0800
committerruki <[email protected]>2020-01-14 23:42:14 +0800
commiteb1effdccd96425375af083d45a94a790f0c6d56 (patch)
tree8eb796b2fc2c80daa98ad5b03717177b62b7c1c9 /xmake/actions/require/impl/action/patch.lua
parent2ac4c85c73d5fe061d96b1f4dbcb808787474ffd (diff)
add resources for package
Diffstat (limited to 'xmake/actions/require/impl/action/patch.lua')
-rw-r--r--xmake/actions/require/impl/action/patch.lua2
1 files changed, 1 insertions, 1 deletions
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