Parcourir la source

quickjs: fix patch checksum (#4281)

* quickjs: fix patch checksum

* Update xmake.lua
star9029 il y a 1 an
Parent
commit
4881251867
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      packages/q/quickjs/xmake.lua

+ 1 - 1
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