瀏覽代碼

Update premake5 (#1636)

Jérôme Leclercq 3 年之前
父節點
當前提交
52e6b5609c
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      packages/p/premake5/xmake.lua

+ 2 - 2
packages/p/premake5/xmake.lua

@@ -1,10 +1,10 @@
 package("premake5")
     set_kind("binary")
     set_homepage("https://premake.github.io/")
-    set_description("Premake")
+    set_description("Premake - Powerfully simple build configuration")
 
     set_urls("https://github.com/premake/premake-core.git")
-    add_versions("2022.06.21", "1c22240cc86cc3a12075cc0fc8b07ab209f99dd3")
+    add_versions("2022.11.17", "1c22240cc86cc3a12075cc0fc8b07ab209f99dd3") -- v5.0.0-beta2
     
     if is_plat("linux") and linuxos.name() == "fedora" then 
         add_deps("libuuid")