Skip to content

Commit

Permalink
[autodock-vina] Update to 1.2.5 (#32875)
Browse files Browse the repository at this point in the history
Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
  • Loading branch information
AenBleidd committed Aug 2, 2023
1 parent 35f865d commit 23f5b55
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 5 deletions.
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.3)
set(GIT_VERSION v1.2.5)
set(CMAKE_CXX_STANDARD 11)

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 v1.2.3
SHA512 ea3d3008553665af5fbafa3b4dfe379df257d9c5b957d81a91ec8b92f06a8d0f4c2dfc30b515a64c0bc6dcc70acedfdd498c3bb9a21cac58e43d4da37d2ff606
REF v${VERSION}
SHA512 d36908e5833d22bcbc4dae353ef32b905d6eb46511302f7583a291398bfadff5e75fc99ce7b380860578b2257e5c32434cc75b1ca51fafb4b5f12d9477a878e9
HEAD_REF develop
)

Expand Down
2 changes: 1 addition & 1 deletion ports/autodock-vina/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "autodock-vina",
"version-semver": "1.2.3",
"version-semver": "1.2.5",
"description": "AutoDock Vina is one of the fastest and most widely used open-source docking engines.",
"homepage": "http://vina.scripps.edu/",
"dependencies": [
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": "fbbf68e11b2e95110b26735162c7c07b4db2d670",
"version-semver": "1.2.5",
"port-version": 0
},
{
"git-tree": "05bd7ebce99db7a1d6fb9fa3194e53583d2b3b25",
"version-semver": "1.2.3",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@
"port-version": 2
},
"autodock-vina": {
"baseline": "1.2.3",
"baseline": "1.2.5",
"port-version": 0
},
"avcpp": {
Expand Down

0 comments on commit 23f5b55

Please sign in to comment.