Update cista to v0.15 (#3767)

pull/3774/head
ruki 8 months ago committed by GitHub
parent ba279307f2
commit 9c8be8c0ed
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 1
      packages/c/cista/xmake.lua

@ -7,6 +7,7 @@ package("cista")
add_urls("https://github.com/felixguendling/cista/archive/refs/tags/$(version).tar.gz", add_urls("https://github.com/felixguendling/cista/archive/refs/tags/$(version).tar.gz",
"https://github.com/felixguendling/cista.git") "https://github.com/felixguendling/cista.git")
add_versions("v0.15", "f807d3282f68a74eed94d6e829763244ae22993169ab6ece7fd7c22bd2f08330")
add_versions("v0.14", "9844a55fd3fd35a15614de01ff54e97ad0216d7b3d3952f14bfd6ebd7d6ff58f") add_versions("v0.14", "9844a55fd3fd35a15614de01ff54e97ad0216d7b3d3952f14bfd6ebd7d6ff58f")
add_deps("cmake") add_deps("cmake")

Loading…
Cancel
Save