quickjs: fix patch checksum (#4281)

* quickjs: fix patch checksum

* Update xmake.lua
pull/4293/head
star9029 7 months ago committed by GitHub
parent 1c2ba2073b
commit 4881251867
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      packages/q/quickjs/xmake.lua

@ -8,7 +8,7 @@ package("quickjs")
add_versions("2024.01.13", "d6c7d169de6fb2c90cd2bd2226ba9dafdef883ce")
if is_plat("windows") then
add_patches("2024.01.13", "patches/2024.01.13/msvc.patch", "4e3b6a346a2b55455cba832d543876daba9f7fce6011ba9f858b2de31f0fd0e8")
add_patches("2024.01.13", "patches/2024.01.13/msvc.patch", "e793d03b7c4db3741cfa3565f8fb1f6337afb31df33f4123c4050d65ffdd28a1")
add_configs("shared", {description = "Build shared library.", default = true, type = "boolean", readonly = true})
end

Loading…
Cancel
Save