mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-27 10:21:07 +08:00
[igraph] update to 0.10.10 (#36728)
* [igraph] update to 0.10.10 * [igraph] x-add-version
This commit is contained in:
parent
7ba0ba7334
commit
712b973ec2
@ -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.9/igraph-0.10.9.tar.gz"
|
||||
FILENAME "igraph-0.10.9.tar.gz"
|
||||
SHA512 4043cd250ae4e6c4acc88e995b77f8d85b6663bd69388f8b0271a08b6fabd7766243fcae4ada8188b099b3d4886bc0ede1ae471121dbc411caed662d761c24bf
|
||||
URLS "https://github.com/igraph/igraph/releases/download/0.10.10/igraph-0.10.10.tar.gz"
|
||||
FILENAME "igraph-0.10.10.tar.gz"
|
||||
SHA512 d4b8d29f9c39f8390c442877183e64c442fccbc6a02b3aed5c1d8871ca5998d1a168f392f8dde26a8c3593ed6c09a66a200ac1155fbde87d368b101011bb122c
|
||||
)
|
||||
|
||||
vcpkg_extract_source_archive(
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "igraph",
|
||||
"version": "0.10.9",
|
||||
"version": "0.10.10",
|
||||
"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",
|
||||
|
@ -3517,7 +3517,7 @@
|
||||
"port-version": 0
|
||||
},
|
||||
"igraph": {
|
||||
"baseline": "0.10.9",
|
||||
"baseline": "0.10.10",
|
||||
"port-version": 0
|
||||
},
|
||||
"iir1": {
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "a89c9d25f46c8700dad239be0e7c6d899560a6bc",
|
||||
"version": "0.10.10",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "ddeb7519cb4fd801586272d469754459764856d3",
|
||||
"version": "0.10.9",
|
||||
|
Loading…
x
Reference in New Issue
Block a user