cxxopts: Fix typo in version (V => v) (#1245)

pull/1246/head
Jérôme Leclercq 3 years ago committed by GitHub
parent 5e31348c86
commit 3c119d36d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      packages/c/cxxopts/xmake.lua

@ -5,7 +5,7 @@ package("cxxopts")
add_urls("https://github.com/jarro2783/cxxopts.git")
add_urls("https://github.com/jarro2783/cxxopts/archive/$(version).tar.gz")
add_versions("V3.0.0", "36f41fa2a46b3c1466613b63f3fa73dc24d912bc90d667147f1e43215a8c6d00")
add_versions("v3.0.0", "36f41fa2a46b3c1466613b63f3fa73dc24d912bc90d667147f1e43215a8c6d00")
add_versions("v2.2.0", "447dbfc2361fce9742c5d1c9cfb25731c977b405f9085a738fbd608626da8a4d")
on_install(function (package)

Loading…
Cancel
Save