Parcourir la source

add github url for yaml-cpp (#2018)

fantasy-peak il y a 2 ans
Parent
commit
2918fbb829
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  1. 2 1
      packages/y/yaml-cpp/xmake.lua

+ 2 - 1
packages/y/yaml-cpp/xmake.lua

@@ -4,7 +4,8 @@ package("yaml-cpp")
     set_description("A YAML parser and emitter in C++")
     set_license("MIT")
 
-    add_urls("https://github.com/jbeder/yaml-cpp/archive/yaml-cpp-$(version).tar.gz")
+    add_urls("https://github.com/jbeder/yaml-cpp/archive/yaml-cpp-$(version).tar.gz",
+             "https://github.com/jbeder/yaml-cpp.git")
     add_versions("0.6.3", "77ea1b90b3718aa0c324207cb29418f5bced2354c2e483a9523d98c3460af1ed")
     add_versions("0.7.0", "43e6a9fcb146ad871515f0d0873947e5d497a1c9c60c58cb102a97b47208b7c3")