[igraph] update to 0.10.6 (#32614)

This commit is contained in:
Szabolcs Horvát 2023-07-18 20:51:10 +02:00 committed by GitHub
parent 21bbb14c41
commit 2ff2c826cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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.5/igraph-0.10.5.tar.gz"
FILENAME "igraph-0.10.5.tar.gz"
SHA512 1d0460528a77ecc2947eae1ff19d1c0921469718b4c75c946b9686dc19b4e3ec7c8ac724bcf45bb42f4b6b328151522eb45fe4cfa955e03cce54c9968387e285
URLS "https://github.com/igraph/igraph/releases/download/0.10.6/igraph-0.10.6.tar.gz"
FILENAME "igraph-0.10.6.tar.gz"
SHA512 e01d8bf2335b95a94a0abf095d2f43bc4397f028406389c4a0bddc038b117d7c5b6f02032d77c11c44ae51dbae10b92c677555d879dec6f028a5d8cb97c37029
)
vcpkg_extract_source_archive(

View File

@ -1,6 +1,6 @@
{
"name": "igraph",
"version": "0.10.5",
"version": "0.10.6",
"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

@ -3321,7 +3321,7 @@
"port-version": 0
},
"igraph": {
"baseline": "0.10.5",
"baseline": "0.10.6",
"port-version": 0
},
"iir1": {

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "9af4a5b0f4764e59cb3c107a55646b9c26555aaf",
"version": "0.10.6",
"port-version": 0
},
{
"git-tree": "8c7854267587378a0a276b4cba6267d950042f77",
"version": "0.10.5",