Jérôme Leclercq пре 2 година
родитељ
комит
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")