mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 02:48:59 +08:00
[pagmo2] update to 2.19.1 (#41597)
This commit is contained in:
parent
8c22813aea
commit
8b770f8078
@ -1,8 +1,8 @@
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO esa/pagmo2
|
||||
REF 27ae9159f4fcd11bb93de0ae8189d15352655b0a # v2.19.0
|
||||
SHA512 9f85fe5dbce0542bf3c52918562da9632ec64ee2839d1d2404bf5a6caa4c854c654ca1735c617a15208a597a79a8c28431378e6968335b1c3e9e8d86b6d7d237
|
||||
REF "v${VERSION}"
|
||||
SHA512 9ebe7f63b907607ea5762e56a884be62630efaca3f45d9ba9ad85ca1818d60d09864422bd075c2653aea1a14609fe9ad6520297aee5a00e07fa88df45872cef9
|
||||
HEAD_REF master
|
||||
PATCHES
|
||||
doxygen.patch
|
||||
|
@ -1,7 +1,6 @@
|
||||
{
|
||||
"name": "pagmo2",
|
||||
"version": "2.19.0",
|
||||
"port-version": 2,
|
||||
"version": "2.19.1",
|
||||
"description": "A C++ platform to perform parallel computations of optimization tasks (global and local) via the asynchronous generalized island model.",
|
||||
"homepage": "https://esa.github.io/pagmo2/",
|
||||
"license": "GPL-3.0-or-later OR LGPL-3.0-or-later",
|
||||
|
@ -6817,8 +6817,8 @@
|
||||
"port-version": 4
|
||||
},
|
||||
"pagmo2": {
|
||||
"baseline": "2.19.0",
|
||||
"port-version": 2
|
||||
"baseline": "2.19.1",
|
||||
"port-version": 0
|
||||
},
|
||||
"paho-mqtt": {
|
||||
"baseline": "1.3.13",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "299fff9dc6a18da12c34fe585137b7787b4c90f2",
|
||||
"version": "2.19.1",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "ebff91665e8cced80124a56db196cd800cd02f79",
|
||||
"version": "2.19.0",
|
||||
|
Loading…
Reference in New Issue
Block a user