File tree Expand file tree Collapse file tree 5 files changed +12
-8
lines changed
Expand file tree Collapse file tree 5 files changed +12
-8
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ cmake_policy(VERSION 3.11)
33
44project (autodock-vina)
55
6- set (GIT_VERSION v1.2.6 )
6+ set (GIT_VERSION v1.2.7 )
77set (CMAKE_CXX_STANDARD 14)
88
99find_package (Boost REQUIRED COMPONENTS
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ vcpkg_check_linkage(ONLY_STATIC_LIBRARY)
33vcpkg_from_github(
44 OUT_SOURCE_PATH SOURCE_PATH
55 REPO ccsb-scripps/AutoDock-Vina
6- REF v${VERSION}
7- SHA512 8f974aa5772575af950e90206e98a9ac29f5ddaed2db47b3756df4cb7a79d38eb21384e14dc2359ad3c2d4957df5a5d120fc117223d0ee312012323d834ba654
6+ REF " v${VERSION} "
7+ SHA512 b96d2f14bf26b63b3f132750e7b056632d8e48649ce24e267972e698d60b834c9dcd93907b22bd27413843a34112d6db32acef1793b8b2a5a14e813c66548633
88 HEAD_REF develop
99)
1010
Original file line number Diff line number Diff line change 11{
22 "name" : " autodock-vina" ,
3- "version-semver" : " 1.2.6" ,
4- "port-version" : 1 ,
3+ "version-semver" : " 1.2.7" ,
54 "description" : " AutoDock Vina is one of the fastest and most widely used open-source docking engines." ,
6- "homepage" : " https://vina.scripps.edu/ " ,
5+ "homepage" : " https://autodock- vina.readthedocs.io " ,
76 "dependencies" : [
87 " boost-algorithm" ,
98 " boost-array" ,
Original file line number Diff line number Diff line change 11{
22 "versions" : [
3+ {
4+ "git-tree" : " 709a2b5bf0bd49c140d8c9e512e5a26e96126a49" ,
5+ "version-semver" : " 1.2.7" ,
6+ "port-version" : 0
7+ },
38 {
49 "git-tree" : " 6193478ce94b4232f4d613fc8b8a717ba2b157e4" ,
510 "version-semver" : " 1.2.6" ,
Original file line number Diff line number Diff line change 413413 "port-version" : 2
414414 },
415415 "autodock-vina" : {
416- "baseline" : " 1.2.6 " ,
417- "port-version" : 1
416+ "baseline" : " 1.2.7 " ,
417+ "port-version" : 0
418418 },
419419 "avcpp" : {
420420 "baseline" : " 2.7.1" ,
You can’t perform that action at this time.
0 commit comments