Skip to content

Commit

Permalink
Updating proxy-verifier.part for version 1.11.0.
Browse files Browse the repository at this point in the history
Also updating yaml-cpp.git reference to 0.6.3
  • Loading branch information
bneradt authored and bneradt committed Sep 30, 2020
1 parent db9edba commit adec334
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Sconstruct
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ path_ssl = GetOption("with_ssl")
Part("#lib/openssl.part", CUSTOM_PATH=path_ssl)
path_nghttp2 = GetOption("with_nghttp2")
Part("#lib/nghttp2.part", CUSTOM_PATH=path_nghttp2)
Part("#lib/libyaml-cpp.part",vcs_type=VcsGit(server="github.com", repository="jbeder/yaml-cpp.git", tag="yaml-cpp-0.6.2"), package_group="proxy-verifier")
Part("#lib/libyaml-cpp.part",vcs_type=VcsGit(server="github.com", repository="jbeder/yaml-cpp.git", tag="yaml-cpp-0.6.3"), package_group="proxy-verifier")

custom_rpath=[]
if path_ssl is not None:
Expand Down
2 changes: 1 addition & 1 deletion local/parts/proxy-verifier.part
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Import("*")
PartVersion("1.10.1")
PartVersion("1.11.0")
PartName("proxy-verifier")

DependsOn([
Expand Down

0 comments on commit adec334

Please sign in to comment.