mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-27 10:21:07 +08:00
[igraph] update to 0.10.2 (#27237)
* [igraph] update to 0.10.2 * [igraph] x-add-version
This commit is contained in:
parent
ca79ebe4a4
commit
414cc95286
@ -4,9 +4,9 @@
|
||||
# - The release tarball contains pre-generated parser sources, which eliminates the dependency on bison/flex.
|
||||
|
||||
vcpkg_download_distfile(ARCHIVE
|
||||
URLS "https://github.com/igraph/igraph/releases/download/0.10.1/igraph-0.10.1.tar.gz"
|
||||
FILENAME "igraph-0.10.1.tar.gz"
|
||||
SHA512 5761543be8c44b9d43bbad5e4bc595be2cb518a4a74b0c7c5ace49d4868bb567e44ee882554dc3cfb7b2835881c1c70689f241cd5937039d353e2a7d521a364a
|
||||
URLS "https://github.com/igraph/igraph/releases/download/0.10.2/igraph-0.10.2.tar.gz"
|
||||
FILENAME "igraph-0.10.2.tar.gz"
|
||||
SHA512 28b0d53b846af070e1512663a55ed9c8ff57bf57d1c1b548e1970f365e16f771fc0dad3c55717be9fe0c0948aa930fa12d0e1aac1398800e9e43215c128de17f
|
||||
)
|
||||
|
||||
vcpkg_extract_source_archive_ex(
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "igraph",
|
||||
"version": "0.10.1",
|
||||
"version": "0.10.2",
|
||||
"description": "igraph is a C library for network analysis and graph theory, with an emphasis on efficiency portability and ease of use.",
|
||||
"homepage": "https://igraph.org/",
|
||||
"license": "GPL-2.0-or-later",
|
||||
|
@ -3041,7 +3041,7 @@
|
||||
"port-version": 0
|
||||
},
|
||||
"igraph": {
|
||||
"baseline": "0.10.1",
|
||||
"baseline": "0.10.2",
|
||||
"port-version": 0
|
||||
},
|
||||
"iir1": {
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "1aa4483daf7b1606d6a0e2dcd8aadde7118ef1b4",
|
||||
"version": "0.10.2",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "f2edea91149fdcafafff97f6b08988f440c4ef54",
|
||||
"version": "0.10.1",
|
||||
|
Loading…
x
Reference in New Issue
Block a user