[igraph] update to 0.10.8 (#35175)

* [igraph] update to 0.10.8

* [igraph] x-add-version
This commit is contained in:
Szabolcs Horvát 2023-11-18 00:04:49 +01:00 committed by GitHub
parent 6793733a88
commit 0c20b2a97c
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.7/igraph-0.10.7.tar.gz"
FILENAME "igraph-0.10.7.tar.gz"
SHA512 72187052de16c791176dce797addaa54c18f14f47b44983374e3d8bb94a664dc70d773fb9296aa4fb1c68dbf5fb3d61803f1c4b167388d9217ce80f38a90f522
URLS "https://github.com/igraph/igraph/releases/download/0.10.8/igraph-0.10.8.tar.gz"
FILENAME "igraph-0.10.8.tar.gz"
SHA512 e91806750e33a04dc5f18257d40ec6436db60d6bf6eb355bc826939fb547ac3d258c41b014b23d73aa98ca183480405139ae19f2034ddb516c98befe49e5be60
)
vcpkg_extract_source_archive(

View File

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

@ -3461,7 +3461,7 @@
"port-version": 0
},
"igraph": {
"baseline": "0.10.7",
"baseline": "0.10.8",
"port-version": 0
},
"iir1": {

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "252ff6ec89848e702d2d587d52ea161d317a7961",
"version": "0.10.8",
"port-version": 0
},
{
"git-tree": "ebbf67005ba6625597ef12c78cccf2d67854701d",
"version": "0.10.7",