Skip to content

Commit

Permalink
update cosmocc to version 3.9.2 (#5315)
Browse files Browse the repository at this point in the history
* update cosmocc to version 3.9.2

* add new a mirror for cosmocc
  • Loading branch information
PumpkinXD authored Sep 23, 2024
1 parent 318df7c commit 4cdb704
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/c/cosmocc/xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ package("cosmocc")
set_license("ISC")

add_urls("https://cosmo.zip/pub/cosmocc/cosmocc-$(version).zip",
"https://justine.lol/cosmopolitan/cosmocc-$(version).zip",
"https://github.com/xmake-mirror/cosmopolitan/releases/download/$(version)/cosmocc-$(version).zip")

add_versions("3.2.4", "d2fa6dbf6f987310494581deff5b915dbdc5ca701f20f7613bb0dcf1de2ee511")
Expand Down Expand Up @@ -35,6 +36,7 @@ package("cosmocc")
add_versions("3.8.0", "813c6b2f95062d2e0a845307a79505424cb98cb038e8013334f8a22e3b92a474")
add_versions("3.9.0", "814ab13782191c40b80f081242db3fd850a4ea35122c7ee9da434c36e9444c6a")
add_versions("3.9.1", "5eabd964554cc592d707d553697a450272290c07b88cc2e9503a299e00a13584")
add_versions("3.9.2", "f4ff13af65fcd309f3f1cfd04275996fb7f72a4897726628a8c9cf732e850193")

set_policy("package.precompiled", false)

Expand Down

0 comments on commit 4cdb704

Please sign in to comment.