[igraph] update to 0.10.10 (#36728)

* [igraph] update to 0.10.10

* [igraph] x-add-version
This commit is contained in:
Szabolcs Horvát 2024-02-13 21:05:45 +00:00 committed by GitHub
parent 7ba0ba7334
commit 712b973ec2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 10 additions and 5 deletions

View File

@ -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(

View File

@ -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",

View File

@ -3517,7 +3517,7 @@
"port-version": 0
},
"igraph": {
"baseline": "0.10.9",
"baseline": "0.10.10",
"port-version": 0
},
"iir1": {

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "a89c9d25f46c8700dad239be0e7c6d899560a6bc",
"version": "0.10.10",
"port-version": 0
},
{
"git-tree": "ddeb7519cb4fd801586272d469754459764856d3",
"version": "0.10.9",