Kaynağa Gözat

Update premake5 (#1636)

Jérôme Leclercq 2 yıl önce
ebeveyn
işleme
52e6b5609c
1 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  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")