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 <waruqi@gmail.com>
Co-authored-by: Jérôme Leclercq <lynix680@gmail.com>
pull/2983/head
Hoshizora Ming 1 year ago committed by GitHub
parent 7ebd8e511c
commit 19bc2d5aae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      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")

Loading…
Cancel
Save