mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-27 10:21:07 +08:00
[igraph] update to 0.10.5 (#32301)
* [igraph] update to 0.10.5 * [igraph] x-add-version
This commit is contained in:
parent
f89c4f1052
commit
655390c9e3
@ -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.4/igraph-0.10.4.tar.gz"
|
||||
FILENAME "igraph-0.10.4.tar.gz"
|
||||
SHA512 71bcec5f0ba100aae7614753f9232a4221580b822b4dc120e3a80eab59d70c42aedddb00728eb13faf7e522332c514c2e030314c416ded8a70e5de990ea8039b
|
||||
URLS "https://github.com/igraph/igraph/releases/download/0.10.5/igraph-0.10.5.tar.gz"
|
||||
FILENAME "igraph-0.10.5.tar.gz"
|
||||
SHA512 1d0460528a77ecc2947eae1ff19d1c0921469718b4c75c946b9686dc19b4e3ec7c8ac724bcf45bb42f4b6b328151522eb45fe4cfa955e03cce54c9968387e285
|
||||
)
|
||||
|
||||
vcpkg_extract_source_archive(
|
||||
|
@ -1,7 +1,6 @@
|
||||
{
|
||||
"name": "igraph",
|
||||
"version": "0.10.4",
|
||||
"port-version": 1,
|
||||
"version": "0.10.5",
|
||||
"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",
|
||||
|
@ -3309,8 +3309,8 @@
|
||||
"port-version": 0
|
||||
},
|
||||
"igraph": {
|
||||
"baseline": "0.10.4",
|
||||
"port-version": 1
|
||||
"baseline": "0.10.5",
|
||||
"port-version": 0
|
||||
},
|
||||
"iir1": {
|
||||
"baseline": "1.9.1",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "8c7854267587378a0a276b4cba6267d950042f77",
|
||||
"version": "0.10.5",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "b366fc43d220a0243a9e16860dee50c62ea4cf35",
|
||||
"version": "0.10.4",
|
||||
|
Loading…
x
Reference in New Issue
Block a user