Răsfoiți Sursa

Add EASTL version 3.18.00 (#1677)

* Update EASTL to version 3.18.00

* Avoid the ambiguity on the url

* Update xmake.lua

* Update xmake.lua

---------

Co-authored-by: ruki <[email protected]>
Co-authored-by: Jérôme Leclercq <[email protected]>
Hoshizora Ming 1 an în urmă
părinte
comite
19bc2d5aae
1 a modificat fișierele cu 3 adăugiri și 1 ștergeri
  1. 3 1
      packages/e/eastl/xmake.lua

+ 3 - 1
packages/e/eastl/xmake.lua

@@ -4,9 +4,11 @@ package("eastl")
     set_description("EASTL stands for Electronic Arts Standard Template Library.")
     set_license("BSD-3-Clause")
 
-    add_urls("https://github.com/electronicarts/EASTL/archive/$(version).tar.gz")
+    set_urls("https://github.com/electronicarts/EASTL/archive/refs/tags/$(version).tar.gz",
+             "https://github.com/electronicarts/EASTL.git")
     add_versions("3.17.03", "50a072066e30fda364d482df6733572d8ca440a33825d81254b59a6ca9f4375a")
     add_versions("3.17.06", "9ebeef26cdf091877ee348450d2711cd0bb60ae435309126c0adf8fec9a01ea5")
+    add_versions("3.18.00", "a3c5b970684be02e81fb16fbf92ed2584e055898704fde87c72d0331afdea12b")
     add_versions("3.21.12", "2a4d77e5eda23ec52fea8b22abbf2ea8002f38396d2a3beddda3ff2e17f7db2e")
 
     add_deps("cmake")