Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ports/autodock-vina/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ cmake_policy(VERSION 3.11)

project(autodock-vina)

set(GIT_VERSION v1.2.6)
set(GIT_VERSION v1.2.7)
set(CMAKE_CXX_STANDARD 14)

find_package(Boost REQUIRED COMPONENTS
Expand Down
4 changes: 2 additions & 2 deletions ports/autodock-vina/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ vcpkg_check_linkage(ONLY_STATIC_LIBRARY)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO ccsb-scripps/AutoDock-Vina
REF v${VERSION}
SHA512 8f974aa5772575af950e90206e98a9ac29f5ddaed2db47b3756df4cb7a79d38eb21384e14dc2359ad3c2d4957df5a5d120fc117223d0ee312012323d834ba654
REF "v${VERSION}"
SHA512 b96d2f14bf26b63b3f132750e7b056632d8e48649ce24e267972e698d60b834c9dcd93907b22bd27413843a34112d6db32acef1793b8b2a5a14e813c66548633
HEAD_REF develop
)

Expand Down
5 changes: 2 additions & 3 deletions ports/autodock-vina/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
{
"name": "autodock-vina",
"version-semver": "1.2.6",
"port-version": 1,
"version-semver": "1.2.7",
"description": "AutoDock Vina is one of the fastest and most widely used open-source docking engines.",
"homepage": "https://vina.scripps.edu/",
"homepage": "https://autodock-vina.readthedocs.io",
"dependencies": [
"boost-algorithm",
"boost-array",
Expand Down
5 changes: 5 additions & 0 deletions versions/a-/autodock-vina.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "709a2b5bf0bd49c140d8c9e512e5a26e96126a49",
"version-semver": "1.2.7",
"port-version": 0
},
{
"git-tree": "6193478ce94b4232f4d613fc8b8a717ba2b157e4",
"version-semver": "1.2.6",
Expand Down
4 changes: 2 additions & 2 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -413,8 +413,8 @@
"port-version": 2
},
"autodock-vina": {
"baseline": "1.2.6",
"port-version": 1
"baseline": "1.2.7",
"port-version": 0
},
"avcpp": {
"baseline": "2.7.1",
Expand Down
Loading